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,961 of 189,628
Downloads: 1,037

Daily

Ranking: 111,745 of 189,601
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,191,433,711bundler
91,237,600,515rake
141,149,170,181minitest

Owners

#GravatarHandle
1iconsshaw_