# File lib/rhc/helpers.rb, line 257
    def interactive?
      $stdin.tty? and $stdout.tty? and not options.noprompt
    end