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