RubyGems Navigation menu

dynahash 0.3.2

Dynahash allows you to access Hash keys as if they were properties. For example: h = {:first_name => "Tony", "LastName" => "Heupel", "**the gender**" => :male}; h.first_name; # => "Tony" h.last_name; # => "Heupel" h.the_gender # => :male

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

インストール:
=

バージョン履歴:

  1. 0.3.2 - August 04, 2011 (5KB)
  2. 0.3.1 - August 03, 2011 (5KB)
  3. 0.3 - August 03, 2011 (5KB)
  4. 0.2 - November 06, 2010 (5KB)
  5. 0.1 - October 17, 2010 (5KB)

所有者:

作者:

  • Tony Heupel

SHA 256チェックサム:

ad59db50c718ad8d08fd1877b6060bf5df31f53d6bac0133f940799079be19ab

累計ダウンロード数 19,667

このバージョンのみ 4,602

ライセンス:

N/A

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

必要なRubyGemsのバージョン: >= 1.3.7

リンク: