Method: Mail::IndifferentHash#dup

Defined in:
lib/mail/indifferent_hash.rb

#dupObject

Returns an exact copy of the hash.



95
96
97
# File 'lib/mail/indifferent_hash.rb', line 95

def dup
  IndifferentHash.new(self)
end