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 188,756
Downloads: 43,490,564

Daily

Ranking: 623 of 188,734
Downloads: 35,623

Depended by

RankDownloadsName
1,02330,080,096kubeclient
5,143911,140dapp
6,009632,814jets
8,337301,867k8s-client
8,443293,986k8s-ruby
8,691276,161image-inspector-client
9,272250,708opsmgr
9,955218,928grape-jwt-authentication
11,710159,415keyless
12,368144,873libis-tools
13,975116,530smartkiosk-client
14,290111,843site_hook
14,938103,705openshift_client
15,114101,837avmtrf1-tools
16,75085,735rollbar-api
17,48080,349moip2
18,16675,652zuora_rest_client
18,51373,295rake-xpi
19,14669,787boutons
19,30468,969photish

Depends on

RankDownloadsName
12,028,452,460bundler
16839,317,424rake
23760,645,882rspec
62416,139,808pry
100306,694,713simplecov
213143,872,090rdoc

Owners

#GravatarHandle
1iconaetherknight
2iconOffirmo