Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/rubypress.rb
Instance Method Summary collapse
Instance Method Details
#deep_merge(other_hash) ⇒ Object
17 18 19 |
# File 'lib/rubypress.rb', line 17 def deep_merge(other_hash) dup.deep_merge!(other_hash) end |