# File lib/rhc/helpers.rb, line 314
    def warn(msg, *args)
      say color(msg, :yellow), *args
    end