class

Sam::Namespace

Inherits Reference < Object

Constructors

new(name : String, parent : Nil | Sam::Namespace)
Source

Instance methods

all_tasks
Source
desc(description : String)

Sets description to the next defined task.

Source
find(path : String)
Source
name
Source
namespace(name, &)

Defines nested namespace.

Source
namespaces(name)
Source
path
Source
task(name, dependencies = [] of String, &block : Task, Args -> Void)

Defines new task.

Source
tasks(name)
Source
touch_namespace(name)
Source