# File lib/rake.rb, line 2155 2155: def dynamic_width 2156: @dynamic_width ||= (dynamic_width_stty.nonzero? || dynamic_width_tput) 2157: end