Method: String#orange
- Defined in:
- lib/hoodie/core_ext/string.rb
#orange ⇒ Object
40 |
# File 'lib/hoodie/core_ext/string.rb', line 40 def orange; colorize(self, "\e[0;35m"); end |
40 |
# File 'lib/hoodie/core_ext/string.rb', line 40 def orange; colorize(self, "\e[0;35m"); end |