class Lolcat::Parser
- Lolcat::Parser
- OptionParser
- Reference
- Object
Defined in:
lolcat/parser.crConstructors
Instance Method Summary
- #help_message : String
- #help_message=(help_message : String)
- #opt : Options
-
#parse(args)
Parses the passed args (defaults to
ARGV
), running the handlers associated to each option.
Constructor Detail
Instance Method Detail
def parse(args)
#
Description copied from class OptionParser
Parses the passed args (defaults to ARGV
), running the handlers associated to each option.