📜  * 16** ruby 代码示例中的索引位置

📅  最后修改于: 2022-03-11 15:04:47.040000             🧑  作者: Mango

代码示例1
Array.new(3){ |index| index ** 2 }
# => [0, 1, 4]