# File lib/hashie/extensions/deep_merge.rb, line 5
      def deep_merge(other_hash)
        dup.deep_merge!(other_hash)
      end