class Clim::Options::Values

Defined in:

clim/options.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def a #

[View source]
def array : Hash(String, Array(String)) #

def array=(array : Hash(String, Array(String))) #

def b #

[View source]
def bool : Hash(String, Bool) #

def bool=(bool : Hash(String, Bool)) #

def help : String #

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

[View source]
def merge!(hash : Hash(String, String)) #

[View source]
def merge!(hash : Hash(String, Bool)) #

[View source]
def merge!(hash : Hash(String, Array(String))) #

[View source]
def s #

[View source]
def string : Hash(String, String) #

def string=(string : Hash(String, String)) #

Macro Detail

macro define_methods(property_name, type) #

[View source]