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