Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/visitors/core_ext/hash.rb
Instance Method Summary collapse
Instance Method Details
#deep_merge(other_hash) ⇒ Object
5 6 7 |
# File 'lib/visitors/core_ext/hash.rb', line 5 def deep_merge(other_hash) dup.deep_merge!(other_hash) end |