2 3 4 5 6
# File 'lib/merb-core/core_ext/hash.rb', line 2 def extract!(*args) args.map do |arg| self.delete(arg) end end