module Bottle::Utils

Defined in:

bottle/utils.cr

Class Method Summary

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]