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