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: 179,987 of 183,471
Downloads: 586

Daily

Ranking: 61,367 of 183,459
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,455,829,279bundler
10968,905,115rake
19910,051,170minitest

Owners

#GravatarHandle
1iconsshaw_