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