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: 798 of 193,540
Downloads: 69,406,248

Daily

Ranking: 1,648 of 193,523
Downloads: 8,655

Depended by

RankDownloadsName
99849,946,853kubeclient
5,4481,296,551k8s-ruby
5,8621,065,855dapp
6,486836,203jets
8,823441,233grape-jwt-authentication
9,494374,323keyless
10,179321,541image-inspector-client
10,207319,588k8s-client
11,090264,996opsmgr
13,753170,807libis-tools
14,939145,026site_hook
15,687132,297avmtrf1-tools
15,832130,074smartkiosk-client
17,137112,397rollbar-api
17,353109,965openshift_client
18,91294,591moip2
19,29091,562telapi
19,66088,794rake-xpi
19,89587,089smartcar
20,30084,372blanket_wrapper

Depends on

RankDownloadsName
13,477,387,544bundler
81,341,038,984rake
29987,418,354rspec
56702,221,074rubocop
71608,795,538pry
97474,061,394simplecov
164311,499,967rdoc
186277,120,129rubocop-rspec
417122,412,328ostruct
1,18839,312,794rubocop-rake

Owners

#GravatarHandle
1iconOffirmo
2iconaetherknight