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