rubytree 0.6.0
Rubytree is a Ruby implementation of the generic Tree data structure. It provides a generic tree data-structure with ability to store keyed node-elements in the tree. This implementation is node-centric, where the individual nodes on the tree are the primary objects and form the leafs of the structure. The implementation mixes in the Enumerable module.
Gemfile:
=
instalar:
=
Runtime Dependencies (1):
structured_warnings
>= 0.1.3
Development Dependencies (1):
hoe
>= 2.4.0