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