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