# File lib/mail/indifferent_hash.rb, line 107 def reverse_merge(other_hash) super self.class.new_from_hash_copying_default(other_hash) end