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: 795 of 193,030
Downloads: 69,005,993

Daily

Ranking: 1,421 of 193,008
Downloads: 9,585

Depended by

RankDownloadsName
99849,764,193kubeclient
5,6441,166,780k8s-ruby
5,8331,063,324dapp
6,477828,141jets
8,762430,808grape-jwt-authentication
9,572364,071keyless
10,137320,360image-inspector-client
10,156319,054k8s-client
11,052264,641opsmgr
13,697170,212libis-tools
14,932143,742site_hook
15,673131,495avmtrf1-tools
15,770129,793smartkiosk-client
17,060112,246rollbar-api
17,273109,803openshift_client
18,87994,089moip2
19,33090,559telapi
19,59988,519rake-xpi
20,01985,487smartcar
20,25583,977blanket_wrapper

Depends on

RankDownloadsName
13,424,768,626bundler
81,323,704,807rake
29980,978,640rspec
56693,012,099rubocop
72603,533,433pry
97468,610,131simplecov
165304,938,415rdoc
186273,343,843rubocop-rspec
442115,631,855ostruct
1,20838,386,158rubocop-rake

Owners

#GravatarHandle
1iconOffirmo
2iconaetherknight