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