class Fingers::Options::Patterns

Defined in:

fingers/options/patterns.cr

Constant Summary

DEFAULT = {} of String => String

Instance Method Summary

Instance methods inherited from class Fingers::Options::Base

==(other : String) ==, parse(raw_value : String, option_name : String) parse, process(value) process, valid?(raw_value : String) : Tuple(Bool, String) valid?

Class methods inherited from class Fingers::Options::Base

as_option_name as_option_name

Instance Method Detail

def ==(other : String) #

[View source]
def parse(raw_value : String, option_name : String) #

[View source]
def valid?(raw_value : String) : Tuple(Bool, String) #

[View source]
def write(value : Type, config : Fingers::Config) #

[View source]