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: 811 of 196,619
Downloads: 70,896,409

Daily

Ranking: 1,519 of 196,594
Downloads: 8,346

Depended by

RankDownloadsName
1,01450,888,837kubeclient
5,2601,482,206k8s-ruby
6,0941,084,781dapp
6,660867,994jets
8,586494,228grape-jwt-authentication
9,210425,087keyless
10,269331,381image-inspector-client
10,360324,377k8s-client
11,327266,465opsmgr
13,753178,542libis-tools
15,083148,951site_hook
15,837136,036avmtrf1-tools
16,075131,918smartkiosk-client
17,505112,880rollbar-api
17,683111,000openshift_client
19,15196,264moip2
19,40594,334telapi
19,92590,362rake-xpi
19,95090,138smartcar
20,30687,455blanket_wrapper

Depends on

RankDownloadsName
13,749,482,850bundler
81,416,207,584rake
291,020,353,632rspec
56747,036,942rubocop
72633,699,912pry
98501,431,247simplecov
151346,972,214rdoc
183295,811,089rubocop-rspec
338157,926,270ostruct
1,11044,390,851rubocop-rake

Owners

#GravatarHandle
1iconOffirmo
2iconaetherknight