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
99 |
# File 'lib/postwave/display_helper.rb', line 99 def green; "\e[32m#{self}\e[0m" end |
#red ⇒ Object
98 |
# File 'lib/postwave/display_helper.rb', line 98 def red; "\e[31m#{self}\e[0m" end |