Registry / utility / rubytree

rubytree

JSON →
library2.2.0rbrubygemsunverified

RubyTree is a Ruby implementation of the generic tree data structure. It provides simple APIs to store named nodes, and to access, modify, and traverse the tree.

gem install rubytree
INSTALL
IMPORT
SIG · RUBYTREE
R
rubytree
utilityrubyv2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tree
require 'rubytree'

Create a tree with a root and child node.

require 'rubytree' root = Tree::TreeNode.new('root') child = Tree::TreeNode.new('child') root << child puts root.to_s
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rubytree — gem install rubytree · libregistry