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