# File lib/hashie/mash.rb, line 294
def
dig
(
*
keys
)
super
(
*
keys
.
map
{
|
key
|
convert_key
(
key
) })
end