# File lib/thor/shell/basic.rb, line 336 def dynamic_width @dynamic_width ||= (dynamic_width_stty.nonzero? || dynamic_width_tput) end