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,921 of 191,571
Downloads: 21,209

Daily

Ranking: 73,846 of 191,542
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1icontchype