RubyGems Navigation menu

fancy-open-struct 0.1.6

FancyOpenStruct is a subclass of OpenStruct, and is a variant of RecursiveOpenStruct. This allows you to convert nested hashes into a structure where keys and values can be navigated and modified via dot-syntax, like: foo.bar = :something. This particular gem also adds support for Hash methods (such as length or merge), and also allows you to access and modify the data structure the same way that you would handle a normal Hash.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.4.0 - May 29, 2014 (11.5 KB)
  2. 0.3.0 - May 29, 2014 (11 KB)
  3. 0.2.0 - May 29, 2014 (11 KB)
  4. 0.1.6 - May 27, 2014 (10.5 KB)
  5. 0.1.5 - May 27, 2014 (10.5 KB)
Show all versions (10 total)

Development Dependencies (10):

bundler >= 0
coveralls >= 0
guard >= 0
pry >= 0
rake >= 0
rdoc >= 0
rspec >= 0

Owners:

Authors:

  • Thomas H. Chapin

SHA 256 checksum:

5b0ee6dfc74f6fffe19b76615af8abf86a4e6a1483f3f6e83f626f2e0978a328

Total downloads 28,368

For this version 2,648

License:

MIT

Required Ruby Version: >= 0

Links: