# File lib/merb-core/core_ext/hash.rb, line 11
  def extract!(*args)
    args.map do |arg|
      self.delete(arg)
    end
  end