# File lib/autotest/screen.rb, line 23 def self.message(msg, color = :black) col = SCREEN_COLOR[color] msg = %Q[ %{=b #{col}} #{msg} %{-}] send_cmd(msg) end