# File lib/ruby-progressbar/base.rb, line 39
  def start(options = {})
    timer.start
    update_progress(:start, options)
  end