# File lib/dm-core/support/ext/hash.rb, line 61
    def self.to_mash(hash)
      h = Mash.new(hash)
      h.default = hash.default
      h
    end