module TestLauncher::Shell::Color
Constants
- CODES
Private Instance Methods
colorize(string, color_code)
click to toggle source
colorization
# File lib/test_launcher/shell/color.rb, line 20 def colorize(string, color_code) "\e[#{color_code}m#{string}\e[0m" end