class Mail::IndifferentHash

def reverse_merge!(other_hash)

def reverse_merge!(other_hash)
  replace(reverse_merge( other_hash ))
end