# File lib/redgreen.rb, line 7 def self.method_missing(color_name, *args) color(color_name) + args.first + color(:clear) end