# File lib/active_support/core_ext/date/calculations.rb, line 52
        def ago(seconds)
          to_time.since(-seconds)
        end