# File lib/rhc/helpers.rb, line 246
    def error(msg, *args)
      say color(msg, :red), *args
    end