Method: String#console_dark_green

Defined in:
lib/fat_core/string.rb

#console_dark_greenObject

[View source]

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

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