method
update
v1.0.0 -
Show latest stable
- Class:
HashWithIndifferentAccess
update(hash)public
No documentation available.
# File activesupport/lib/active_support/core_ext/hash/indifferent_access.rb, line 21
def update(hash)
hash.each {|key, value| self[key] = value}
end