Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/postwave/display_helper.rb
Overview
🐒 patch String to add terminal colors
Instance Method Summary collapse
Instance Method Details
#green ⇒ Object
79 |
# File 'lib/postwave/display_helper.rb', line 79 def green; "\e[32m#{self}\e[0m" end |
#red ⇒ Object
78 |
# File 'lib/postwave/display_helper.rb', line 78 def red; "\e[31m#{self}\e[0m" end |