Method: Object#by_breadth
- Defined in:
- lib/agents/sets/enum/tree.rb
#by_breadth(child_spec = nil, *args, &child_proc) ⇒ Object
160 161 162 |
# File 'lib/agents/sets/enum/tree.rb', line 160 def by_breadth child_spec = nil, *args, &child_proc Enumerable::ByBreadthDelegator.new self, child_spec, *args, &child_proc end |