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