Exception: UsageMod::InfiniteArgNotLast

Inherits:
Error
  • Object
show all
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

Constructor Details

#initializeInfiniteArgNotLast

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