Method: String#console_dark_green
- Defined in:
- lib/fat_core/string.rb
permalink #console_dark_green ⇒ Object
[View source]
187 |
# File 'lib/fat_core/string.rb', line 187 def console_dark_green; colorize(self, "\001\e[32m\002"); end |