Class: Trollop::IntegerArrayOption
- Inherits:
-
IntegerOption
- Object
- Option
- IntegerOption
- Trollop::IntegerArrayOption
- Defined in:
- lib/trollop.rb
Overview
Option class for handling multiple Integers
Instance Attribute Summary
Attributes inherited from Option
#default, #long, #multi_given, #name, #short
Instance Method Summary collapse
Methods inherited from IntegerOption
Methods inherited from Option
#array_default?, #callback, create, #desc, #description_with_default, #educate, #flag?, #initialize, #multi, #opts, #opts=, #parse, register_alias, #required?, #short?, #single_arg?
Constructor Details
This class inherits a constructor from Trollop::Option
Instance Method Details
#multi_arg? ⇒ Boolean
860 |
# File 'lib/trollop.rb', line 860 def multi_arg? ; true ; end |
#type_format ⇒ Object
859 |
# File 'lib/trollop.rb', line 859 def type_format ; "=<i+>" ; end |