Categories: None [Edit]

recursive-open-struct-sd

https://rubygems.org/gems/recursive-open-struct-sd
https://github.com/aetherknight/recursive-open-struct
RecursiveOpenStruct is a subclass of OpenStruct. It differs from OpenStruct in that it allows nested hashes to be treated in a recursive fashion. For example: ros = RecursiveOpenStruct.new({ :a => { :b => 'c' } }) ros.a.b # 'c' Also, nested hashes can still be accessed as hashes: ros.a_as_a_hash # { :b => 'c' } > This is a fork of the original recursive-open-struct > to include a fix for https://github.com/aetherknight/recursive-open-struct/issues/46

Total

Ranking: 159,209 of 188,317
Downloads: 3,322

Daily

Ranking: 127,110 of 188,299
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,085,315,544bundler
101,190,757,019rake
29936,211,935rspec
74565,321,817pry
99433,189,344simplecov
178258,956,397rdoc

Owners

#GravatarHandle
1iconbithavoc
2iconthaold