= private = protected
ago(time = ::Time.now)
Calculates a new Time or Date that is as far in the past as this Duration represents.
# File activesupport/lib/active_support/duration.rb, line 61 def ago(time = ::Time.now) sum(-1, time) end