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