Module: CIHelper::Tools::Colorize
Instance Method Summary collapse
Instance Method Details
#command(str) ⇒ Object
8 9 10 |
# File 'lib/ci_helper/tools/colorize.rb', line 8 def command(str) ColorizedString[ColorizedString["> "].green.bold + ColorizedString[str].blue.bold] end |
#info(str) ⇒ Object
12 13 14 |
# File 'lib/ci_helper/tools/colorize.rb', line 12 def info(str) ColorizedString[str].yellow end |