Class: Hash
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#deep_merge(other) ⇒ Object
12 13 14 |
# File 'lib/review/extentions/hash.rb', line 12 def deep_merge(other) self.dup.deep_merge!(other) end |