# File lib/active_support/core_ext/time/calculations.rb, line 12
    def ===(other)
      other.is_a?(::Time)
    end