rubyGere um número aleatório de comprimento N em RubyArray.new(N){proc{rand(9)+1}}.map(&:call).join #=> "12345..N"