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: 52,166 of 188,339
Downloads: 21,063

Daily

Ranking: 115,350 of 188,315
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1icontchype