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