RubyGems Navigation menu

tree.rb 0.3.13

(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>

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.3.13 - March 07, 2016 (90.5 KB)
  2. 0.3.12 - August 21, 2013 (89.0 KB)
  3. 0.3.11 - April 18, 2013 (91.0 KB)
  4. 0.3.10 - September 22, 2012 (91.0 KB)
  5. 0.3.9 - September 16, 2012 (90.0 KB)
顯示所有版本(共 15)

Runtime 相依性套件 (4):

ansi >= 0
json >= 0
nokogiri >= 0
sqlite3 >= 0

Development 相依性套件 (5):

bundler >= 0
rake >= 0
rspec >= 0
yard >= 0

擁有者:

作者:

  • Tokiro

SHA 256 checksum:

1567685460c9e4e9eafb9812d9e9a7204ec84fb6f4a1d76ca53157f42fbf3983

總下載次數 40,468

這個版本 3,338

License:

Ruby 版本需求: >= 0

相關連結: