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::Storage
Extended Modules
Cake::Storage
Defined in:
cake/storage.cr
Instance Method Summary
#[]
(key : String)
#[]=
(key : String, value : String)
#[]=
(key : String, value : Cake::Task)
#tasks
Instance Method Detail
def
[]
(key : String)
#
[
View source
]
def
[]=
(key : String, value : String)
#
[
View source
]
def
[]=
(key : String, value :
Cake::Task
)
#
[
View source
]
def
tasks
#
[
View source
]