Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cake
v1.0.2
Cake
Config
DSL
DummyStorage
Exceptions
CakefileNotFound
CrystalEvalFailed
TaskNotFound
Storage
Task
Templates
RunTask
TaskList
Built with Crystal 1.9.2
2023-10-08 11:43:06 UTC
struct
Cake::Task
Cake::Task
Struct
Value
Object
Defined in:
cake/task.cr
Constructors
.new
(name : String, description : String, &block : Proc(Nil))
Instance Method Summary
#description
: String
#name
: String
#run
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
]