module

Color

Constants

BLACK = "\e[30m"
BLUE = "\e[34m"
CYAN = "\e[36m"
GREEN = "\e[32m"
MAGENTA = "\e[35m"
ORANGE = "\e[33m"
RED = "\e[31m"
RESET = "\e[0m"

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

Nested types