# File lib/rake.rb, line 2081
2081:     def truncate_output?
2082:       tty_output? || ENV['RAKE_COLUMNS']
2083:     end