# File lib/active_support/core_ext/numeric/time.rb, line 50
        def since(time = ::Time.now)
          time + self
        end