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