each

each(iterator) -> Array

按照数字索引升序遍历数组。

实际上 each 方法是通过混入 Enumerable 模块引入的。本节重复论述主要是为了指明数组迭代时所使用的索引及其排序规则。