Method: Onoma::Nomenclature#tree
- Defined in:
- lib/onoma/nomenclature.rb
#tree ⇒ Object
Returns hash with items in tree: => nil, b => {c => nil}
310 311 312 |
# File 'lib/onoma/nomenclature.rb', line 310 def tree @roots.collect(&:tree).join end |