RubyGems Navigation menu

recursive-open-struct 0.6.3

RecursiveOpenStruct is a subclass of OpenStruct. It differs from OpenStruct in that it allows nested hashes to be treated in a recursive fashion. For example: ros = RecursiveOpenStruct.new({ :a => { :b => 'c' } }) ros.a.b # 'c' Also, nested hashes can still be accessed as hashes: ros.a_as_a_hash # { :b => 'c' }

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.1.3 - October 16, 2020 (20.5 KB)
  2. 1.1.2 - June 21, 2020 (20 KB)
  3. 1.1.1 - March 11, 2020 (20 KB)
  4. 1.1.0 - February 03, 2018 (18.5 KB)
  5. 1.0.5 - June 22, 2017 (17.5 KB)
  6. 0.6.3 - April 11, 2015 (13 KB)
Show all versions (27 total)

Development Dependencies (6):

bundler >= 0
pry >= 0
rake >= 0
rdoc >= 0
rspec ~> 3.2
simplecov >= 0

Owners:

Authors:

  • William (B.J.) Snow Orvis

SHA 256 checksum:

8b298e31975045848c104e16cfc54a164994a478b2b6940249a6a9692d3ab114

Total downloads 44,040,601

For this version 13,666

License:

MIT

Required Ruby Version: >= 0

Links: