summaryrefslogtreecommitdiffhomepage
path: root/lib/ruby2d.rb
diff options
context:
space:
mode:
authorTom Black <[email protected]>2020-01-01 23:47:48 -0600
committerTom Black <[email protected]>2020-01-01 23:47:48 -0600
commit3bfe72034fae46d8184ad02c63268f99e2ff69fe (patch)
tree6eb358765f20ab5f76eae8b0e2f750381daddd5a /lib/ruby2d.rb
parent43ce9805a7ae8b82b7ab8c50bf6d4c845d395dc4 (diff)
downloadruby2d-3bfe72034fae46d8184ad02c63268f99e2ff69fe.tar.gz
ruby2d-3bfe72034fae46d8184ad02c63268f99e2ff69fe.zip
`colorize` fixes
Move to the `cli` directory, rename `colorize` method to avoid naming conflicts with other gems
Diffstat (limited to 'lib/ruby2d.rb')
-rw-r--r--lib/ruby2d.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ruby2d.rb b/lib/ruby2d.rb
index c03560d..3fb8721 100644
--- a/lib/ruby2d.rb
+++ b/lib/ruby2d.rb
@@ -1,7 +1,7 @@
# Ruby2D module and native extension loader, adds DSL
unless RUBY_ENGINE == 'mruby'
- require 'ruby2d/colorize'
+ require 'ruby2d/cli/colorize'
require 'ruby2d/exceptions'
require 'ruby2d/renderable'
require 'ruby2d/color'