# File lib/backports/rails/hash.rb, line 3
  def reverse_merge(other_hash)
    other_hash.merge(self)
  end