/ruby_ennumerable

In this repository, I created an Enumerable mixin that provides collection classes with several traversal and searching methods, and with the ability to sort. The class must provide a method each, which yields successive members of the collection.

Primary LanguageRuby

Stargazers