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,065 of 192,666
Downloads: 1,124

Daily

Ranking: 110,100 of 192,588
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,389,007,605bundler
81,310,508,356rake
141,206,819,610minitest

Owners

#GravatarHandle
1iconsshaw_