# File lib/ruby-progressbar/timer.rb, line 12
  def start
    self.started_at = stopped? ? time.now - (stopped_at - started_at) : time.now
    self.stopped_at = nil
  end