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