Categories: None [Edit]
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
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
23,321 | 56,419 | dircat |
29,746 | 39,963 | treevisitor |
Owners
# | Gravatar | Handle |
---|---|---|
1 | tokiro |