# File lib/rr/wildcard_matchers/is_a.rb, line 10
      def wildcard_match?(other)
        self == other || other.is_a?(klass)
      end