Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
dynamic_width()
protected
Calculate the dynamic width of the terminal
# File lib/bundler/vendor/thor/lib/thor/shell/basic.rb, line 366
def dynamic_width
@dynamic_width ||= (dynamic_width_stty.nonzero? || dynamic_width_tput)
end