# File lib/active_record/base.rb, line 1404
      def ===(object)
        object.is_a?(self)
      end