# File lib/active_support/core_ext/numeric/time.rb, line 64
        def ago(time = ::Time.now)
          time - self
        end