RubyGems Navigation menu

tree.rb 0.3.11

(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:
= Copier Copié!

installation:
=

Versions:

  1. 0.3.13 - March 07, 2016 (90,5 ko)
  2. 0.3.12 - August 21, 2013 (89 ko)
  3. 0.3.11 - April 18, 2013 (91 ko)
  4. 0.3.10 - September 22, 2012 (91 ko)
  5. 0.3.9 - September 16, 2012 (90 ko)
Voir toutes les versions (15)

Dépendances de Runtime (4):

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

Dépendances de Development (4):

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

Propriétaires:

Auteurs:

  • Tokiro

Total de contrôle SHA 256:

edb531e7e8e8078ca25b16cfe1d57785d71fcc0c12f27f3d3c496b88df8bbd27

Total de téléchargements 40 524

Pour cette version 2 573

License:

aucune

Version de Ruby requise: None

Liens: