Module: HashMapHash::DeepDup
- Defined in:
- lib/hash_map_hash.rb
Instance Method Summary collapse
Instance Method Details
#deep_dup ⇒ Object
3 4 5 |
# File 'lib/hash_map_hash.rb', line 3 def deep_dup Marshal.load(Marshal.dump(self)) end |