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)
#
Class Method Detail
def self.
github(match :
Match)
#
def self.
vscode(match :
Match)
#
Instance Method Detail
def
from=(from : Regex)
#