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::Utils
Defined in:
bottle/utils.cr
Class Method Summary
.ask_directory
(ask : String, &)
.input
(prompt : String =
String
.new) : String
.read
(oath : String, &block : String -> )
.write
(path, text : String, &)
Class Method Detail
def self.
ask_directory
(ask : String, &)
#
[
View source
]
def self.
input
(prompt : String =
String
.new) : String
#
[
View source
]
def self.
read
(oath : String, &block : String -> )
#
[
View source
]
def self.
write
(path, text : String, &)
#
[
View source
]