RubyGems Navigation menu

dynahash 0.3

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 (5.0 KB)
  2. 0.3.1 - August 03, 2011 (5.0 KB)
  3. 0.3 - August 03, 2011 (5.0 KB)
  4. 0.2 - November 06, 2010 (5.0 KB)
  5. 0.1 - October 17, 2010 (5.0 KB)

业主:

作者:

  • Tony Heupel

SHA 256 校验和:

14000efcbbdf49f01b874b8fec3b23e4170acdc6dc22e2edf9fed99bb00f7661

下载总量 19,645

这个版本 3,617

许可:

需要的 Ruby 版本:

需要的 RubyGems 版本: >= 1.3.7

链接: