module Flaky::Color
Public Instance Methods
cyan(str)
click to toggle source
# File lib/flaky/run.rb, line 4 def cyan str "\e[36m#{str}\e[0m" end
green(str)
click to toggle source
# File lib/flaky/run.rb, line 12 def green str "\e[32m#{str}\e[0m" end
red(str)
click to toggle source
# File lib/flaky/run.rb, line 8 def red str "\e[31m#{str}\e[0m" end