# File lib/active_support/core_ext/hash/indifferent_access.rb, line 96
  def reverse_merge(other_hash)
    super other_hash.with_indifferent_access
  end