future?()
Tells whether the DateTime object’s datetime lies in the future
# File activesupport/lib/active_support/core_ext/date_time/calculations.rb, line 22 def future? self > ::DateTime.current end