class Rake::Application
def truncate_output?
We will truncate output if we are outputting to a TTY or if we've been
def truncate_output? tty_output? || @terminal_columns.nonzero? end
def truncate_output? tty_output? || @terminal_columns.nonzero? end