RubyGems Navigation menu

recursive-open-struct 1.0.4

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

Installeer:
=

Versies:

  1. 2.0.0 October 04, 2024 (22 KB)
  2. 1.3.1 October 04, 2024 (21,5 KB)
  3. 1.3.0 October 02, 2024 (22 KB)
  4. 1.2.2 June 19, 2024 (21,5 KB)
  5. 1.2.1 May 28, 2024 (21 KB)
  6. 1.0.4 April 29, 2017 (17 KB)
Toon alle versies (32 totaal)

Development afhankelijkheden (6):

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

Eigenaren:

Authors:

  • William (B.J.) Snow Orvis

SHA 256 checksum:

=

Total downloads 52.161.586

Voor deze versie 74.503

Versie vrijgegeven:

Licentie:

MIT

Required Ruby Version: >= 0

Links: