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,505 of 193,649
Downloads: 1,163

Daily

Ranking: 48,416 of 193,618
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,490,992,976bundler
81,345,057,418rake
141,235,435,274minitest

Owners

#GravatarHandle
1iconsshaw_