RubyGems.org

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

installgem install dynahash -v 0.3.1
Authors

Tony Heupel

4,105 total downloads 704 for this version
Owners

53db96d6f8fea88dd077227f2db15cc4

Gemfile
gem "dynahash", "~> 0.3.1"
Versions
  1. 0.3.2 August 3, 2011
  2. 0.3.1 August 3, 2011
  3. 0.3 August 3, 2011
  4. 0.2 November 6, 2010
  5. 0.1 October 17, 2010