Method: Hash#reverse_update

Defined in:
activesupport/lib/active_support/core_ext/hash/reverse_merge.rb

#reverse_updateObject

Destructive reverse_merge.



23
24
25
# File 'activesupport/lib/active_support/core_ext/hash/reverse_merge.rb', line 23

def reverse_merge!(other_hash)
  replace(reverse_merge(other_hash))
end