class Fingers::Options::TmuxVersion

Defined in:

fingers/options.cr

Constant Summary

DEFAULT = ""

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 write(value : Type, config : Fingers::Config) #