Module: What::NoColors

Defined in:
lib/what.rb

Instance Method Summary collapse

Instance Method Details

#bg_black(str) ⇒ Object



41
# File 'lib/what.rb', line 41

def bg_black(str)   str end

#bg_blue(str) ⇒ Object



45
# File 'lib/what.rb', line 45

def bg_blue(str)    str end

#bg_brown(str) ⇒ Object



44
# File 'lib/what.rb', line 44

def bg_brown(str)   str end

#bg_cyan(str) ⇒ Object



47
# File 'lib/what.rb', line 47

def bg_cyan(str)    str end

#bg_gray(str) ⇒ Object



48
# File 'lib/what.rb', line 48

def bg_gray(str)    str end

#bg_green(str) ⇒ Object



43
# File 'lib/what.rb', line 43

def bg_green(str)   str end

#bg_magenta(str) ⇒ Object



46
# File 'lib/what.rb', line 46

def bg_magenta(str) str end

#bg_red(str) ⇒ Object



42
# File 'lib/what.rb', line 42

def bg_red(str)     str end

#black(str) ⇒ Object



32
# File 'lib/what.rb', line 32

def black(str)      str end


53
# File 'lib/what.rb', line 53

def blink(str)      str end

#blue(str) ⇒ Object



36
# File 'lib/what.rb', line 36

def blue(str)       str end

#bold(str) ⇒ Object



50
# File 'lib/what.rb', line 50

def bold(str)       str end

#brown(str) ⇒ Object



35
# File 'lib/what.rb', line 35

def brown(str)      str end

#cyan(str) ⇒ Object



38
# File 'lib/what.rb', line 38

def cyan(str)       str end

#gray(str) ⇒ Object



39
# File 'lib/what.rb', line 39

def gray(str)       str end

#green(str) ⇒ Object



34
# File 'lib/what.rb', line 34

def green(str)      str end

#italic(str) ⇒ Object



51
# File 'lib/what.rb', line 51

def italic(str)     str end

#magenta(str) ⇒ Object



37
# File 'lib/what.rb', line 37

def magenta(str)    str end

#red(str) ⇒ Object



33
# File 'lib/what.rb', line 33

def red(str)        str end

#reverse(str) ⇒ Object



54
# File 'lib/what.rb', line 54

def reverse(str)    str end

#underline(str) ⇒ Object



52
# File 'lib/what.rb', line 52

def underline(str)  str end