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

frozen_string_literal: true

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

Methods

[]   new   scope   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.

The scope of the namespace (a LinkedList)

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

[Validate]