each

each(iterator) -> Array

Iterates over the array in ascending numerical index order.

This is actually the each method from the mixed-in Enumerable module. It is documented here to clearly state the order of iteration.