module What::NoColors

Public Instance Methods

bg_black(str) click to toggle source
# File lib/what.rb, line 41
def bg_black(str)   str end
bg_blue(str) click to toggle source
# File lib/what.rb, line 45
def bg_blue(str)    str end
bg_brown(str) click to toggle source
# File lib/what.rb, line 44
def bg_brown(str)   str end
bg_cyan(str) click to toggle source
# File lib/what.rb, line 47
def bg_cyan(str)    str end
bg_gray(str) click to toggle source
# File lib/what.rb, line 48
def bg_gray(str)    str end
bg_green(str) click to toggle source
# File lib/what.rb, line 43
def bg_green(str)   str end
bg_magenta(str) click to toggle source
# File lib/what.rb, line 46
def bg_magenta(str) str end
bg_red(str) click to toggle source
# File lib/what.rb, line 42
def bg_red(str)     str end
black(str) click to toggle source
# File lib/what.rb, line 32
def black(str)      str end
blue(str) click to toggle source
# File lib/what.rb, line 36
def blue(str)       str end
bold(str) click to toggle source
# File lib/what.rb, line 50
def bold(str)       str end
brown(str) click to toggle source
# File lib/what.rb, line 35
def brown(str)      str end
cyan(str) click to toggle source
# File lib/what.rb, line 38
def cyan(str)       str end
gray(str) click to toggle source
# File lib/what.rb, line 39
def gray(str)       str end
green(str) click to toggle source
# File lib/what.rb, line 34
def green(str)      str end
italic(str) click to toggle source
# File lib/what.rb, line 51
def italic(str)     str end
magenta(str) click to toggle source
# File lib/what.rb, line 37
def magenta(str)    str end
red(str) click to toggle source
# File lib/what.rb, line 33
def red(str)        str end
reverse(str) click to toggle source
# File lib/what.rb, line 54
def reverse(str)    str end
underline(str) click to toggle source
# File lib/what.rb, line 52
def underline(str)  str end