An open API service providing repository metadata for many open source software ecosystems.

Package Usage: rubygems: 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' }
32 versions
Latest release: over 4 years ago
151 dependent packages
50,729,118 downloads total

View more package details: https://packages.ecosystem.code.gouv.fr/registries/rubygems.org/packages/recursive-open-struct

Dependent Repos 1

Projets-INFO4/19-20/20/nixpkgs_swh

Last synced: 9 months ago - Pushed: about 1 year ago