# File lib/search_cop_grammar/attributes.rb, line 128
      def compatible?(value)
        map value

        true
      rescue SearchCop::IncompatibleDatatype
        false
      end