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
Generated using Crystal 1.14.0
2024-11-26 10:55:46 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
]