class ProgressBar::Base

def stop

def stop
  output.with_refresh { timer.stop } unless stopped?
end