# File lib/dm-core/support/ext/hash.rb, line 33
    def self.except(hash, *keys)
      self.except!(hash.dup, *keys)
    end