class Match::Entry

Defined in:

bottle/config.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(from : Regex = (Regex.new(String.new)), to : String = String.new) #

[View source]

Class Method Detail

def self.github(match : Match) #

[View source]
def self.vscode(match : Match) #

[View source]

Instance Method Detail

def from : Regex #

[View source]
def from=(from : Regex) #

[View source]
def to : String #

[View source]
def to=(to : String) #

[View source]