Method: OutputColor.green

Defined in:
lib/feature_map/output_color.rb

.green(text) ⇒ Object



13
14
15
# File 'lib/feature_map/output_color.rb', line 13

def self.green(text)
  colorize(32, text)
end