module

Color::Background

Constants

BLACK = "\e[40m"
BLUE = "\e[44m"
CYAN = "\e[46m"
GREEN = "\e[42m"
MAGENTA = "\e[45m"
ORANGE = "\e[43m"
RED = "\e[41m"
WHITE = "\e[107m"
YELLOW = "\e[103m"

Instance methods

black(s) : String
Source
blue(s) : String
Source
cyan(s) : String
Source
green(s) : String
Source
magenta(s) : String
Source
orange(s) : String
Source
red(s) : String
Source
white(s) : String
Source
yellow(s) : String
Source