30 31 32 33
# File 'lib/progressbar.rb', line 30 def clear return if $debug STDOUT.print " " * 79 + "\r" end