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