# File lib/search_cop_grammar/attributes.rb, line 178
      def compatible?(value)
        return true if value.to_s =~ /^[0-9]+(\.[0-9]+)?$/

        false
      end