Method: Mail::IndifferentHash#dup
- Defined in:
- lib/mail/indifferent_hash.rb
#dup ⇒ Object
Returns an exact copy of the hash.
95 96 97 |
# File 'lib/mail/indifferent_hash.rb', line 95 def dup IndifferentHash.new(self) end |
Returns an exact copy of the hash.
95 96 97 |
# File 'lib/mail/indifferent_hash.rb', line 95 def dup IndifferentHash.new(self) end |