Method: Rake::Application#tty_output=

Defined in:
lib/rake/application.rb

#tty_output=(tty_output_state) ⇒ Object

Override the detected TTY output state (mostly for testing)



237
238
239
# File 'lib/rake/application.rb', line 237

def tty_output=(tty_output_state)
  @tty_output = tty_output_state
end