RubyGems Navigation menu

recursive-open-struct 0.4.1

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!

instalar:
=

Versões:

  1. 1.2.2 - June 19, 2024 (21,5 KB)
  2. 1.2.1 - May 28, 2024 (21 KB)
  3. 1.1.3 - October 16, 2020 (20,5 KB)
  4. 1.1.2 - June 21, 2020 (20 KB)
  5. 1.1.1 - March 11, 2020 (20 KB)
  6. 0.4.1 - May 29, 2013 (8,5 KB)
Mostrar todas as versões (29)

Development Dependencies (3):

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

Donos:

Autores:

  • William (B.J.) Snow Orvis

SHA 256 checksum:

= Copy to clipboard Copied!

Total de downloads 46.096.713

Desta versão 2.843

Licença:

MIT

Versão Requerida do Ruby: Nenhum

Links: