Module: TestChamber::Helpers

Included in:
TestChamber
Defined in:
lib/test_chamber.rb

Instance Method Summary collapse

Instance Method Details

#colorize(color, output) ⇒ Object



7
8
9
# File 'lib/test_chamber.rb', line 7

def colorize(color, output)
  "\e[0;#{color}m#{output}\e[0;#{NORMAL_COLOR}m"
end