# File lib/active_support/core_ext/hash/deep_merge.rb, line 17
        def deep_merge!(other_hash)
          replace(deep_merge(other_hash))
        end