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: 184,359 of 193,188
Downloads: 1,144

Daily

Ranking: 66,334 of 193,154
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,439,241,904bundler
81,329,290,503rake
141,221,082,844minitest

Owners

#GravatarHandle
1iconsshaw_