class ProgressBar::Base

def start(options = {})

def start(options = {})
  timer.start
  update_progress(:start, options)
end