# File lib/ruby-progressbar/timer.rb, line 8
  def initialize(options = {})
    self.time = options[:time] || Time.new
  end