RubyGems Navigation menu

recursive-open-struct 0.2.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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.2.2 - June 19, 2024 (21.5KB)
  2. 1.2.1 - May 28, 2024 (21KB)
  3. 1.1.3 - October 16, 2020 (20.5KB)
  4. 1.1.2 - June 21, 2020 (20KB)
  5. 1.1.1 - March 11, 2020 (20KB)
  6. 0.2.1 - May 31, 2011 (8KB)
全てのバージョンを表示(全29件)

Development依存関係 (4):

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

所有者:

作者:

  • William (B.J.) Snow Orvis

SHA 256チェックサム:

= クリップボードにコピー コピー完了!

累計ダウンロード数 46,253,348

このバージョンのみ 14,223

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: