RubyGems Navigation menu

recursive-open-struct-sd 1.0.2

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' } > This is a fork of the original recursive-open-struct > to include a fix for https://github.com/aetherknight/recursive-open-struct/issues/46

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

インストール:
=

バージョン履歴:

  1. 1.0.2 - October 05, 2016 (17KB)
全てのバージョンを表示(全2件)

Development依存関係 (6):

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

所有者:

作者:

  • William (B.J.) Snow Orvis

SHA 256チェックサム:

831312b2f662a2ad15832e32ca9ffcc933aadabaee3b626ad983aad2ed5653f2

累計ダウンロード数 2,951

このバージョンのみ 2,934

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: