# File lib/standard/facets/date.rb, line 204
  def future?
    self > ::DateTime.current
  end