class Rake::Application
def truncate_output? # :nodoc:
given an explicit column width to honor
We will truncate output if we are outputting to a TTY or if we've been
def truncate_output? # :nodoc: tty_output? || @terminal_columns.nonzero? end
def truncate_output? # :nodoc: tty_output? || @terminal_columns.nonzero? end