Returns the value of self for each argument and deletes those entries.
*args |
the keys whose values should be extracted and deleted. |
The values of the provided arguments in corresponding order. |
:api: public
# File lib/merb-core/core_ext/hash.rb, line 11 def extract!(*args) args.map do |arg| self.delete(arg) end end
Generated with the Darkfish Rdoc Generator 2.