Method: String#orange

Defined in:
lib/hoodie/core_ext/string.rb

#orangeObject



40
# File 'lib/hoodie/core_ext/string.rb', line 40

def orange;     colorize(self, "\e[0;35m"); end