# File lib/sax-machine/sax_collection_config.rb, line 24
      def attrs_match?(attrs)
        if @with
          @with == (@with & attrs)
        else
          true
        end
      end