# File lib/ruby-progressbar/time.rb, line 11
  def initialize(time = ::Time)
    self.time = time
  end