Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bottle
v0.1.2
Bottle
Config
Patcher
ReadFailed
Render
Utils
WriteFailed
Match
Entry
Built with Crystal 1.9.2
2023-10-10 13:28:02 UTC
module
Bottle::Render
Defined in:
bottle/render.cr
Class Method Summary
.completed
.done
(text : String)
.enter
(text : String)
.error
(text : String)
.invalid_directory
.not_found
(text : String)
Class Method Detail
def self.
completed
#
[
View source
]
def self.
done
(text : String)
#
[
View source
]
def self.
enter
(text : String)
#
[
View source
]
def self.
error
(text : String)
#
[
View source
]
def self.
invalid_directory
#
[
View source
]
def self.
not_found
(text : String)
#
[
View source
]