An open API service indexing awesome lists of open source software.

https://github.com/wizardone/wild_dig

Ruby dig method with a twist (wildcard)
https://github.com/wizardone/wild_dig

array dig hash ruby wildcard

Last synced: 9 months ago
JSON representation

Ruby dig method with a twist (wildcard)

Awesome Lists containing this project

README

          

# wild_dig
Ruby dig method with a twist (wildcard)

`Wild.dig` allows you to dig into hashes using a wildcard (*) element
It behaves in the same way as a regular `dig` and in fact will call the original
`dig` method if you don't provide a wildcard