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