Skip to content

Instantly share code, notes, and snippets.

# Allows access to deep hashes by passing an array of keys, which will be used
# in a serial chain of hash key lookups. For example, the array:
# [:one, :two, :three]
# Would translate to the key structure:
# hash[:one][:two][:three]
# Usage: