Categories: None [Edit]

property_hash

https://rubygems.org/gems/property_hash
https://github.com/sshaw/property_hash
Access a nested Ruby Hash using Java-style properties as keys. For example: {:a => {:b => 123}} can be accessed as "a.b" and setting "a.b.c" => 456 will create {:a => {:b => { :c => 456 }}}.

Total

Ranking: 183,823 of 192,104
Downloads: 1,099

Daily

Ranking: 77,799 of 192,085
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,340,208,428bundler
81,291,638,605rake
141,193,389,048minitest

Owners

#GravatarHandle
1iconsshaw_