# File lib/active_support/core_ext/hash/reverse_merge.rb, line 12
  def reverse_merge(other_hash)
    other_hash.merge(self)
  end