Slide 41
Slide 41 text
Enumerable
• Module commonly included in collections
• Adds traversal and other methods
• all?, any?, collect, count (map), detect
(find), first, include?, inject (reduce), max,
min, reject, select, sort, take
Thursday, July 18, 13