class Toka::OptionDescriptor
- Toka::OptionDescriptor
- Reference
- Object
Overview
Run-time structure to describe all options supported by a class.
Defined in:
toka/toka_option_descriptor.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #[](*args, **options)
- #[](*args, **options, &)
- #banner : String
- #each(*args, **options)
- #each(*args, **options, &)
- #first(*args, **options)
- #first(*args, **options, &)
- #footer : String | Nil
-
#hash(hasher)
See
Object#hash(hasher)
- #last(*args, **options)
- #last(*args, **options, &)
- #options : Array(Option)
- #size(*args, **options)
- #size(*args, **options, &)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.