Method: String#console_green

Defined in:
lib/fat_core/string.rb

#console_greenObject

[View source]

171
# File 'lib/fat_core/string.rb', line 171

def console_green;        colorize(self, "\001\e[1m\e[32m\002");  end