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: 182,716 of 188,609
Downloads: 988

Daily

Ranking: 59,768 of 188,587
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,107,465,427bundler
101,198,633,275rake
141,123,156,126minitest

Owners

#GravatarHandle
1iconsshaw_