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