method
merge
v1.2.6 -
Show latest stable
- Class:
HashWithIndifferentAccess
merge(hash)public
No documentation available.
# File activesupport/lib/active_support/core_ext/hash/indifferent_access.rb, line 56
def merge(hash)
self.dup.update(hash)
end