# File lib/rake/application.rb, line 282 282: def dynamic_width 283: @dynamic_width ||= (dynamic_width_stty.nonzero? || dynamic_width_tput) 284: end