diff --git a/lib/mutant/color.rb b/lib/mutant/color.rb index 8ae89714..d1fe5b2b 100644 --- a/lib/mutant/color.rb +++ b/lib/mutant/color.rb @@ -3,19 +3,7 @@ module Mutant # Class to colorize strings class Color - include Adamantium::Flat - - # Initialize color object - # - # @param [Fixnum] code - # - # @return [undefined] - # - # @api private - # - def initialize(code) - @code = code - end + include Adamantium::Flat, Concord.new(:color) # Format text with color #