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   tasks  

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.

Return the list of tasks defined in this and nested namespaces.

[Validate]