Enumerable

Enumerable#map

[TODO]

The method signature is now Enumerable#map(method, *args). If present, the method will be applied to each argument in the list. If args are present, they will be passed as arguments to method.

Enumerable#zip

Each argument uses to_ary instead of to_a for duck typing purposes. This allowed me to remove a redundant implementation for the Array class.

Also available in: HTML TXT