Class: Tty
- Inherits:
-
Object
- Object
- Tty
- Defined in:
- bin/zmb
Class Method Summary collapse
Class Method Details
.blue ⇒ Object
32 |
# File 'bin/zmb', line 32 def blue; color 34; end |
.red ⇒ Object
33 |
# File 'bin/zmb', line 33 def red; color 31; end |
.reset ⇒ Object
35 |
# File 'bin/zmb', line 35 def reset; escape 0; end |
.yellow ⇒ Object
34 |
# File 'bin/zmb', line 34 def yellow; color 33 ; end |