RubyGems Navigation menu

dynahash 0.3.1

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 checksum:

1077f17e94ebde0d516e3ba378d9af75631e25bc9213cdf870b1e143644b702f

總下載次數 19,660

這個版本 3,625

License:

Ruby 版本需求:

RubyGems 版本需求: >= 1.3.7

相關連結: