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: - of 0
Downloads: -

Daily

Ranking: - of 0
Downloads: -

Depended by

RankDownloadsName
1,00150,094,172kubeclient
5,3971,334,443k8s-ruby
5,8931,067,708dapp
6,630840,095jets
8,785450,185grape-jwt-authentication
9,441382,963keyless
10,216322,438image-inspector-client
10,247320,281k8s-client
11,142265,158opsmgr
13,792171,035libis-tools
14,933146,105site_hook
15,737132,742avmtrf1-tools
15,898130,279smartkiosk-client
17,191112,511rollbar-api
17,407110,071openshift_client
18,94194,945moip2
19,25592,483telapi
19,70789,018rake-xpi
19,88887,706smartcar
20,31084,815blanket_wrapper

Depends on

RankDownloadsName
13,524,455,789bundler
81,354,615,159rake
29993,218,487rspec
56710,510,158rubocop
72613,447,704pry
97478,892,970simplecov
162317,588,811rdoc
185280,452,323rubocop-rspec
394128,850,782ostruct
1,17640,176,436rubocop-rake

Owners

#GravatarHandle
1iconOffirmo
2iconaetherknight