From 3bfe72034fae46d8184ad02c63268f99e2ff69fe Mon Sep 17 00:00:00 2001 From: Tom Black Date: Wed, 1 Jan 2020 23:47:48 -0600 Subject: `colorize` fixes Move to the `cli` directory, rename `colorize` method to avoid naming conflicts with other gems --- lib/ruby2d.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ruby2d.rb') 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' -- cgit v1.2.3