# File lib/active_support/core_ext/time/calculations.rb, line 50
  def past?
    self < ::Time.current
  end