# File lib/hashie/mash.rb, line 110
def
deep_merge
(
other_hash
)
dup
.
deep_update
(
other_hash
)
end