Class: Tty

Inherits:
Object
  • Object
show all
Defined in:
bin/zmb

Class Method Summary collapse

Class Method Details

.blueObject



32
# File 'bin/zmb', line 32

def blue; color 34; end

.redObject



33
# File 'bin/zmb', line 33

def red; color 31; end

.resetObject



35
# File 'bin/zmb', line 35

def reset; escape 0; end

.yellowObject



34
# File 'bin/zmb', line 34

def yellow; color 33 ; end