Categories: None [Edit]

recursive-open-struct

https://rubygems.org/gems/recursive-open-struct
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' }

Total

Ranking: 805 of 195,762
Downloads: 70,267,810

Daily

Ranking: 1,284 of 195,747
Downloads: 13,824

Depended by

RankDownloadsName
1,00650,456,292kubeclient
5,3341,409,680k8s-ruby
5,9261,080,484dapp
6,628858,437jets
8,688472,669grape-jwt-authentication
9,308404,548keyless
10,225328,369image-inspector-client
10,301322,078k8s-client
11,225266,033opsmgr
13,789174,689libis-tools
14,970148,438site_hook
15,756135,202avmtrf1-tools
15,972131,590smartkiosk-client
17,356112,801rollbar-api
17,562110,682openshift_client
19,08295,643moip2
19,36293,427telapi
19,78190,130rake-xpi
19,95588,742smartcar
20,29086,410blanket_wrapper

Depends on

RankDownloadsName
13,629,697,366bundler
81,384,293,602rake
291,006,320,288rspec
57728,179,197rubocop
72623,573,670pry
98489,786,530simplecov
156331,387,703rdoc
183287,798,442rubocop-rspec
358141,959,704ostruct
1,14142,141,861rubocop-rake

Owners

#GravatarHandle
1iconOffirmo
2iconaetherknight