Categories: None [Edit]

tree.rb

https://rubygems.org/gems/tree.rb
https://github.com/tokiro/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>

Total

Ranking: 28,840 of 183,127
Downloads: 41,706

Daily

Ranking: 20,264 of 183,106
Downloads: 11

Depended by

RankDownloadsName
23,32156,419dircat
29,74639,963treevisitor

Depends on

RankDownloadsName
12,409,222,051bundler
10954,475,095rake
18911,459,923json
20876,976,324nokogiri
25818,160,872rspec
223158,779,837yard
253141,575,949sqlite3
46579,606,374ansi
97138,929,192rspec-collection_matchers

Owners

#GravatarHandle
1icontokiro