# File lib/mail/indifferent_hash.rb, line 26
    def self.new_from_hash_copying_default(hash)
      IndifferentHash.new(hash).tap do |new_hash|
        new_hash.default = hash.default
      end
    end