# File lib/rhc/helpers.rb, line 135
    def say(msg, *args)
      if Hash[*args][:stderr]
        $stderr.puts msg
      else
        super(msg)
      end
      msg
    end