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