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: 805 of 195,789
Downloads: 70,288,735

Daily

Ranking: 1,258 of 195,762
Downloads: 20,925

Depended by

RankDownloadsName
1,00650,468,481kubeclient
5,3291,412,411k8s-ruby
5,9271,080,657dapp
6,630858,696jets
8,677473,473grape-jwt-authentication
9,304405,341keyless
10,228328,415image-inspector-client
10,304322,154k8s-client
11,230266,047opsmgr
13,777174,933libis-tools
14,968148,525site_hook
15,759135,232avmtrf1-tools
15,973131,606smartkiosk-client
17,364112,803rollbar-api
17,567110,691openshift_client
19,08595,662moip2
19,36393,449telapi
19,78790,140rake-xpi
19,95488,809smartcar
20,28586,459blanket_wrapper

Depends on

RankDownloadsName
13,633,272,855bundler
81,385,215,595rake
291,006,734,618rspec
57728,732,172rubocop
72623,903,772pry
98490,139,744simplecov
156331,826,117rdoc
184288,046,969rubocop-rspec
357142,386,218ostruct
1,14042,211,724rubocop-rake

Owners

#GravatarHandle
1iconOffirmo
2iconaetherknight