gerar um número aleatório de 6 dígitos rubi
10.times.map{rand(10)}.join # => "3401487670"
Janmejay
10.times.map{rand(10)}.join # => "3401487670"