# File lib/rake/application.rb, line 248 248: def dynamic_width 249: @dynamic_width ||= (dynamic_width_stty.nonzero? || dynamic_width_tput) 250: end