class Rake::Application

def tty_output=( tty_output_state )

Override the detected TTY output state (mostly for testing)
def tty_output=( tty_output_state )
  @tty_output = tty_output_state
end