module Tree

This module provides a TreeNode class which is the primary class for representing nodes in the tree.

This module mixes in the Enumerable module, and also acts as the namespace for all classes in RubyTree.

Constants

VERSION

Rubytree Package Version