Method: Rake::Application#tty_output?
- Defined in:
- lib/rake/application.rb
#tty_output? ⇒ Boolean
True if we are outputting to TTY, false otherwise
232 233 234 |
# File 'lib/rake/application.rb', line 232 def tty_output? @tty_output end |