class Rake::Application

def tty_output?

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