= private = protected
ago(seconds)
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 93 def ago(seconds) self.since(-seconds) end