= private = protected
ago(time = ::Time.now)
Reads best without arguments: 10.minutes.ago
# File activesupport/lib/active_support/core_ext/numeric/time.rb, line 74 def ago(time = ::Time.now) time - self end