# File lib/more/facets/date.rb, line 208
  def past?
    self < ::DateTime.current
  end