class Bottle::Patcher

Defined in:

bottle/patcher.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(application : String) #

[View source]

Instance Method Detail

def application : String #

[View source]
def config : Config #

[View source]
def config=(config : Config) #

[View source]
def dispatch(config : Config = self.config) #

[View source]
def file_exist?(config : Config = self.config, &) #

[View source]
def perform(config : Config = self.config, &) #

[View source]