Method: String#console_dark_green

Defined in:
lib/fat_core/string.rb

#console_dark_greenObject

[View source]

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

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