RubyGems Navigation menu

fancy-open-struct 0.1

FancyOpenStruct is a subclass of OpenStruct, and is a variant of RecursiveOpenStruct. It differs from OpenStruct in that it allows nested hashes to be treated in a recursive fashion, and it also provides Hash methods for getting and setting values. For example: fos = FancyOpenStruct.new({ :a => { :b => 'c' } }) fos.a.b # 'c' fos.foo = 'bar' fos[:foo] # 'bar' fos.length # 2 Also, nested hashes can still be accessed as hashes: fos.a_as_a_hash # { :b => 'c' }

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.4.0 May 29, 2014 (11.5KB)
  2. 0.3.0 May 29, 2014 (11KB)
  3. 0.2.0 May 29, 2014 (11KB)
  4. 0.1.6 May 27, 2014 (10.5KB)
  5. 0.1.5 May 27, 2014 (10.5KB)
  6. 0.1 May 26, 2014 (10KB)
全てのバージョンを表示(全10件)

Development依存関係 (3):

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

所有者:

作者:

  • Thomas H. Chapin

SHA 256チェックサム:

=

累計ダウンロード数 29,339

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

このバージョンがリリースされたのは:

ライセンス:

MIT

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

リンク: