Exception: UsageMod::ChoicesNotOnOptionError

Inherits:
Error
  • Object
show all
Defined in:
lib/Usage.rb

Overview

choices are are only allowed as option arguments

Instance Method Summary collapse

Constructor Details

#initializeChoicesNotOnOptionError

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