# File lib/search_cop_grammar/attributes.rb, line 54
      def compatible?(value)
        attributes.all? { |attribute| attribute.compatible? value }
      end