= private = protected
past?()
Returns true if the current object’s time is in the past.
# File activesupport/lib/active_support/time_with_zone.rb, line 274 def past? utc.past? end