Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
new_scope(names)
public
Create a new argument scope using the
prerequisite argument names.
# File lib/rake/task_arguments.rb, line 36
def new_scope(names)
values = names.map { |n| self[n] }
self.class.new(names, values + extras, self)
end