RubyGems Navigation menu

recursive-open-struct 0.2.0

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:
=

install:
=

Versions:

  1. 2.1.1 April 19, 2026 (13.5 KB)
  2. 2.1.0 December 05, 2025 (23 KB)
  3. 2.0.0 October 04, 2024 (22 KB)
  4. 1.3.1 October 04, 2024 (21.5 KB)
  5. 1.3.0 October 02, 2024 (22 KB)
  6. 0.2.0 May 25, 2011 (7.5 KB)
Show all versions (34 total)

Development Dependencies (4):

bundler >= 0
jeweler >= 0
rcov >= 0
rspec >= 0

Owners:

Authors:

  • William (B.J.) Snow Orvis

SHA 256 checksum:

=

Total downloads 69,408,922

For this version 4,013

Version Released:

Licenses:

N/A

Required Ruby Version: None

Links: