# File lib/heroku/kensa/client.rb, line 234 def check(msg) $stdout.puts $stdout.print " Check #{msg}" end
# File lib/heroku/kensa/client.rb, line 239 def error(msg) $stdout.print "\n", red(" #{msg}") end
# File lib/heroku/kensa/client.rb, line 252 def finish $stdout.puts $stdout.puts $stdout.puts "done." end
# File lib/heroku/kensa/client.rb, line 248 def message(msg) $stdout.print msg end
Generated with the Darkfish Rdoc Generator 2.