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: 793 of 180,418
Downloads: 44,186,619

Daily

Ranking: 714 of 180,402
Downloads: 32,813

Depended by

RankDownloadsName
1,02230,605,476kubeclient
5,176916,738dapp
6,024639,609jets
8,311307,069k8s-ruby
8,375302,331k8s-client
8,732277,890image-inspector-client
9,315251,261opsmgr
9,691232,431grape-jwt-authentication
11,290172,130keyless
12,385145,801libis-tools
14,018117,015smartkiosk-client
14,317112,755site_hook
14,998103,895openshift_client
15,069103,025avmtrf1-tools
16,74886,595rollbar-api
17,51680,719moip2
18,22775,901zuora_rest_client
18,53673,729rake-xpi
19,18970,066boutons
19,31869,363photish

Depends on

RankDownloadsName
12,070,092,981bundler
16851,882,598rake
23767,030,897rspec
63421,799,051pry
102311,062,267simplecov
214146,245,421rdoc

Owners

#GravatarHandle
1iconOffirmo
2iconaetherknight