Class Rake::NameSpace
In: lib/rake.rb
Parent: Object

The NameSpace class will lookup task names in the the scope defined by a namespace command.

Methods

[]   new  

Public Class methods

Create a namespace lookup object using the given task manager and the list of scopes.

Public Instance methods

Lookup a task named name in the namespace.

[Validate]