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