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(task_manager, scope_list)
public
Create a namespace lookup object using
the given task manager and the list of scopes.
# File lib/rake/name_space.rb, line 11
def initialize(task_manager, scope_list)
@task_manager = task_manager
@scope = scope_list.dup
end