Exception: UsageMod::InfiniteArgNotLast
- Defined in:
- lib/Usage.rb
Overview
The infinite argument was not the last in the argument list in the usage string
Instance Method Summary collapse
-
#initialize ⇒ InfiniteArgNotLast
constructor
A new instance of InfiniteArgNotLast.
Constructor Details
#initialize ⇒ InfiniteArgNotLast
Returns a new instance of InfiniteArgNotLast.
142 143 144 |
# File 'lib/Usage.rb', line 142 def initialize super("the infinite argument (the one ending in ...) must be the last argument") end |