Libraries
»
test_launcher
(2.21.0)
»
Index (C)
»
TestLauncher
»
Shell
»
Color
Module: TestLauncher::Shell::Color
Included in:
Runner
Defined in:
lib/test_launcher/shell/color.rb
Constant Summary
collapse
CODES =
{
red:
31
,
green:
32
,
yellow:
33
,
pink:
35
,
}
.
freeze