# File lib/rr/wildcard_matchers/is_a.rb, line 14
      def ==(other)
        other.is_a?(self.class) && klass == other.klass
      end