# File lib/ruby-progressbar/base.rb, line 66 def reset output.with_refresh do self.finished = false progressable.reset timer.reset end end