# File lib/merb_helpers/time_dsl.rb, line 53
  def since(time = ::Time.now)
    time + self
  end