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: 794 of 192,454
Downloads: 68,698,687

Daily

Ranking: 1,526 of 192,434
Downloads: 4,693

Depended by

RankDownloadsName
99249,568,080kubeclient
5,6671,137,917k8s-ruby
5,8201,059,404dapp
6,451822,563jets
8,769423,351grape-jwt-authentication
9,477356,822keyless
9,982319,140image-inspector-client
9,997318,262k8s-client
10,947264,218opsmgr
13,668169,386libis-tools
14,907142,778site_hook
15,695129,636avmtrf1-tools
15,722129,390smartkiosk-client
16,987112,094rollbar-api
17,203109,522openshift_client
18,83193,670moip2
19,40789,286telapi
19,56388,038rake-xpi
20,10084,215smartcar
20,23783,345blanket_wrapper

Depends on

RankDownloadsName
13,372,639,600bundler
81,304,391,570rake
29974,552,057rspec
56684,027,408rubocop
73598,121,665pry
99463,201,385simplecov
166298,400,142rdoc
187269,431,155rubocop-rspec
458109,088,919ostruct
1,22637,335,404rubocop-rake

Owners

#GravatarHandle
1iconOffirmo
2iconaetherknight