# File lib/dm-core/support/ext/hash.rb, line 50
    def self.except!(hash, *keys)
      keys.each { |key| hash.delete(key) }
      hash
    end