recursive-open-struct
rubygemsv2.1.1RecursiveOpenStruct 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' }
License MIT20 versions1 deps715 weekly dl
aetherknight/recursive-open-struct62
/ 100
Health
safe to use
[email protected] is safe to use (health: 62/100)
Health breakdown0 – 100
25/25
maintenance
3/20
popularity
25/25
security
9/15
maturity
0/15
community
Vulnerabilities
0
none known
Health History
Dependency Tree
License Audit
Dependencies (1)
API access
Get this data programmatically — free, no authentication.
curl https://depscope.dev/api/check/rubygems/recursive-open-structMore from rubygems
Last updated · 2026-04-19T00:49:47.031Z