class Docopt::AnyOptions
Defined in:
docopt.cr
Instance methods inherited from class Docopt::Optional
match(left : Array(Pattern), collected : Nil | Array(Pattern) = nil) : Tuple(Bool, Array(Pattern), Array(Pattern))
match
children : Array(Docopt::Pattern)?
children,
children=(children)
children=,
flat(*types)
flat,
to_s
to_s
new(children : Array(Pattern))
new
Instance methods inherited from class Docopt::Pattern
==(other : Pattern) : Bool
==,
children : Array(Docopt::Pattern)?
children,
either : Either
either,
fix : Pattern
fix,
fix_identities(uniq = nil) : Pattern
fix_identities,
fix_repeating_arguments : Pattern
fix_repeating_arguments,
flat(*types)
flat,
hash
hash,
inspect(io)
inspect,
match(left : Array(Pattern), collected : Nil | Array(Pattern) = nil) : Tuple(Bool, Array(Pattern), Array(Pattern))
match
Constructor methods inherited from class Docopt::Pattern
new
new