ago(seconds)
public
Returns a new Time representing the time a number
of seconds ago, this is basically a wrapper around the Numeric extension
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 108
def ago(seconds)
since(-seconds)
end