class Rake::Application

def tty_output? # :nodoc:

:nodoc:
True if we are outputting to TTY, false otherwise
def tty_output? # :nodoc:
  @tty_output
end