pat eyler wrote: >max_size = (ARGV.shift || 100_000).to_i > > max_size = (ARGV.shift || 10).to_i >a = (1..max_size).to_a > > -- Florian Frank