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