# File lib/backports/rails/hash.rb, line 8
  def reverse_merge!(other_hash)
    replace(reverse_merge(other_hash))
  end