past?()
Returns true if the date/time is in the past.
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 47 def past? self < self.class.current end