Sha256: 1313883e7dcc78eb7be3033482a525aeff67ead5636b7a7feb41e2f47262048f
Contents?: true
Size: 545 Bytes
Versions: 1
Compression:
Stored size: 545 Bytes
Contents
Hash Tree =============== [![Build Status](https://secure.travis-ci.org/demarque/hash-tree.png?branch=master)](http://travis-ci.org/demarque/hash-tree) Hash Tree gives you the abilty to manipulate nested hashes. The nodes of the hashes can be others hashes or even arrays of hashes. Install ------- ``` gem install hash-tree ``` Rails 3 ------- In your Gemfile: ```ruby gem 'hash-tree' ``` Usage ----- **FILL THE USAGE** ```ruby HashTree.new ``` Copyright --------- Copyright (c) 2012 De Marque inc. See LICENSE for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hash-tree-0.0.1 | README.md |