Class | Enumerable::Recursor |
In: |
lib/core/facets/enumerable/recursively.rb
|
Parent: | Object |
Recursor is a specialized Functor for recurively iterating over Enumerables.
TODO: Return Enumerator if no yld block is given.
TODO: Add limiting depth option to Enumerable#recursively?