The NameSpace class will lookup task names in
the the scope defined by a namespace command.
Methods
Class Public methods
new(task_manager, scope_list)
Link
Create a namespace lookup object using the given task manager and the list of scopes.
Source: show
# File lib/rake/name_space.rb, line 10 def initialize(task_manager, scope_list) @task_manager = task_manager @scope = scope_list.dup end
Instance Public methods