# use a block with new, populating each element with what the block evaluates tonum = Array.new(10) { |e| e = e * 2 }