Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/colorls/monkeys.rb

Instance Method Summary collapse

Instance Method Details

#colorize(color) ⇒ Object



2
3
4
# File 'lib/colorls/monkeys.rb', line 2

def colorize(color)
  self.color(color.to_sym)
end