0
respostas

pix_key/lib/pix_key.rb:51:in `<': comparison of Integer with String failed (ArgumentError)

(0...cnpj.length).each do|i|
  c = cnpj[i];
  if (c<?0 || c>?9)
    puts 'Só aceita números'
  end
end

#ruby