class SimpleLucky::NameSpace

Defined in:

simple-lucky.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String) #

[View source]

Instance Method Detail

def desc(description) #

[View source]
def name : String #

[View source]
def print_all_task(target, your_binary_name) #

[View source]
def task(task_name : String | Symbol, *args, &block : Task, Task::Params -> ) #

[View source]
def task_hash : Hash(String, SimpleLucky::Task) #

[View source]