class Hash

def deep_merge(other)

def deep_merge(other)
  dup.deep_merge!(other)
end