Exception: UsageMod::ChoicesNotOnOptionError
- Defined in:
- lib/Usage.rb
Overview
choices are are only allowed as option arguments
Instance Method Summary collapse
-
#initialize ⇒ ChoicesNotOnOptionError
constructor
A new instance of ChoicesNotOnOptionError.
Constructor Details
#initialize ⇒ ChoicesNotOnOptionError
Returns a new instance of ChoicesNotOnOptionError.
187 188 189 |
# File 'lib/Usage.rb', line 187 def initialize super("choices are only allowed as option arguments") end |