# File lib/progressbar.rb, line 177 def clear @out.print "\r" @out.print(" " * (get_width - 1)) @out.print "\r" end