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