# File lib/rake/application.rb, line 253 253: def dynamic_width 254: @dynamic_width ||= (dynamic_width_stty.nonzero? || dynamic_width_tput) 255: end