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,443 of 191,455
Downloads: 1,073

Daily

Ranking: 122,967 of 191,429
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,290,634,251bundler
81,273,120,523rake
141,178,952,541minitest

Owners

#GravatarHandle
1iconsshaw_