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