Categories: None [Edit]

dynahash

https://rubygems.org/gems/dynahash
https://github.com/tonyheupel/dynahash
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

Total

Ranking: 49,094 of 180,717
Downloads: 19,742

Daily

Ranking: 48,948 of 180,709
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1icontchype