Module: OptionParser::Acceptables
- Defined in:
- lib/optparse.rb
Overview
Acceptable argument classes. Now contains DecimalInteger, OctalInteger and DecimalNumeric. See Acceptable argument classes (in source code).
Constant Summary collapse
- DecimalInteger =
:stopdoc:
OptionParser::DecimalInteger
- OctalInteger =
OptionParser::OctalInteger
- DecimalNumeric =
OptionParser::DecimalNumeric