class Hashie::Mash
def deep_update(*other_hashes, &blk)
Recursively merges this mash with the passed
def deep_update(*other_hashes, &blk) other_hashes.each do |other_hash| _deep_update(other_hash, &blk) end self end
def deep_update(*other_hashes, &blk) other_hashes.each do |other_hash| _deep_update(other_hash, &blk) end self end