RubyGems Navigation menu

tree.rb 0.3.1

(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.5KB)
  2. 0.3.12 - August 21, 2013 (89KB)
  3. 0.3.11 - April 18, 2013 (91KB)
  4. 0.3.10 - September 22, 2012 (91KB)
  5. 0.3.9 - September 16, 2012 (90KB)
  6. 0.3.1 - August 15, 2012 (74.5KB)
全てのバージョンを表示(全15件)

Runtime依存関係 (2):

ansi >= 0
json >= 0

Development依存関係 (4):

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

所有者:

作者:

  • Tokiro

SHA 256チェックサム:

6ca25c6818e9b5d2ad99800b5896e6a0d9c20ff1db161a0f2d4a1e254cc6ed39

累計ダウンロード数 40,576

このバージョンのみ 2,758

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: