# File lib/twitter/core_ext/hash.rb, line 15 def except!(*keys) keys.each{|key| delete(key)} self end