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
module
Cake::DSL
Extended Modules
Cake::DSL
Direct including types
Cake
Defined in:
cake/dsl.cr
Instance Method Summary
#desc
(message : String) : String
#desc
: String
#invoke!
(name : String | Symbol)
#storage
#task
(name : String | Symbol, &block : Proc(Nil))
Instance Method Detail
def
desc
(message : String) : String
#
[
View source
]
def
desc
: String
#
[
View source
]
def
invoke!
(name : String | Symbol)
#
[
View source
]
def
storage
#
[
View source
]
def
task
(name : String | Symbol, &block : Proc(Nil))
#
[
View source
]