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