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