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