past?()
Tells whether the Time object’s time lies in the past
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 61 def past? self < ::Time.current end