struct Cake::Task

Defined in:

cake/task.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, description : String, &block : Proc(Nil)) #

[View source]

Instance Method Detail

def description : String #

[View source]
def name : String #

[View source]
def run #

[View source]