RubyGems Navigation menu

recursive-open-struct 0.4.5

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:
= Copier Copié!

installation:
=

Versions:

  1. 1.1.3 - October 16, 2020 (20,5 ko)
  2. 1.1.2 - June 21, 2020 (20 ko)
  3. 1.1.1 - March 11, 2020 (20 ko)
  4. 1.1.0 - February 03, 2018 (18,5 ko)
  5. 1.0.5 - June 22, 2017 (17,5 ko)
  6. 0.4.5 - October 24, 2013 (9 ko)
Voir toutes les versions (27)

Dépendances de Development (3):

bundler >= 0
rdoc >= 0
rspec >= 0

Propriétaires:

Auteurs:

  • William (B.J.) Snow Orvis

Total de contrôle SHA 256:

c4efc8ded293b98f69b8acf5c47779a0719496f6df6469d95c447f27726fc70c

Total de téléchargements 44 434 663

Pour cette version 169 382

License:

MIT

Version de Ruby requise: None

Liens: