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: 807 of 196,338
Downloads: 70,588,784

Daily

Ranking: 1,443 of 196,320
Downloads: 4,671

Depended by

RankDownloadsName
1,00950,674,816kubeclient
5,2951,446,826k8s-ruby
6,0751,083,503dapp
6,646862,573jets
8,633482,631grape-jwt-authentication
9,264413,881keyless
10,245329,476image-inspector-client
10,327323,494k8s-client
11,273266,341opsmgr
13,766176,803libis-tools
15,020148,836site_hook
15,794135,664avmtrf1-tools
16,006131,810smartkiosk-client
17,439112,857rollbar-api
17,612110,932openshift_client
19,11796,009moip2
19,37193,921telapi
19,83690,310rake-xpi
19,95989,344smartcar
20,29786,940blanket_wrapper

Depends on

RankDownloadsName
13,687,515,579bundler
81,399,913,164rake
291,013,199,560rspec
57737,392,019rubocop
72628,596,604pry
98495,507,544simplecov
153338,880,713rdoc
184291,772,689rubocop-rspec
348149,617,470ostruct
1,12843,248,505rubocop-rake

Owners

#GravatarHandle
1iconOffirmo
2iconaetherknight