class Fingers::Options::Base

Direct Known Subclasses

Defined in:

fingers/options/base.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.as_option_name #

[View source]

Instance Method Detail

def ==(other : String) #

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

[View source]
def process(value) #

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

[View source]