Module: FactorySloth::Color
Instance Method Summary collapse
Instance Method Details
#light_blue(str) ⇒ Object
10 11 12 |
# File 'lib/factory_sloth/color.rb', line 10 def light_blue(str) colorize(str, 36) end |
#yellow(str) ⇒ Object
6 7 8 |
# File 'lib/factory_sloth/color.rb', line 6 def yellow(str) colorize(str, 33) end |