# File lib/rake.rb, line 2163
2163:     def dynamic_width_tput
2164:       %x{tput cols 2>/dev/null}.to_i
2165:     end