# File lib/active_support/core_ext/hash/reverse_merge.rb, line 27 def reverse_merge!(other_hash) replace(reverse_merge(other_hash)) end