Sign in Sign up
rubygems

tree.rb

(This gem was named as treevisitor) tree.rb is a 'clone' of tree unix command. The gem implements a library to mange tree structures. The gem contains also a library to build tree with a dsl (domain specific language), and an implementation of visitor design pattern. An example of DSL to build tree: <pre> tree = TreeNode.create do node "root" do leaf "l1" node "sub" do leaf "l3" end node "wo leaves" end </pre>

Activity

Latest release
10y ago
Total releases
14
Cadence
~2 days
Last 12 months
0

Details

First release
Aug 14, 2012
Releases
Version Released
0.3.13 patch
0.3.12 patch
0.3.11 patch
0.3.10 patch
0.3.9 patch
0.3.8 patch
0.3.7 patch
0.3.6 patch
0.3.5 patch
0.3.3 patch
0.3.4 patch
0.3.2 patch
0.3.1 patch
0.3.0 initial