# File lib/rake.rb, line 2159
2159:     def dynamic_width_stty
2160:       %x{stty size 2>/dev/null}.split[1].to_i
2161:     end