# File lib/rr/wildcard_matchers/boolean.rb, line 4
      def wildcard_match?(other)
        self == other ||
        other.equal?(true) || other.equal?(false)
      end