class Hash

def reverse_merge!(other_hash)

Destructive +reverse_merge+.
def reverse_merge!(other_hash)
  replace(reverse_merge(other_hash))
end