# File lib/mash.rb, line 124
  def deep_merge(other_hash)
    dup.deep_merge!(other_hash)
  end