# File lib/rake.rb, line 2120 2120: def dynamic_width 2121: @dynamic_width ||= (dynamic_width_stty.nonzero? || dynamic_width_tput) 2122: end