Exception: CLI::ParserError::ArgumentNameSpecifiedTwice

Inherits:
CLI::ParserError
  • Object
show all
Defined in:
lib/cli.rb

Instance Method Summary collapse

Constructor Details

#initialize(arg) ⇒ ArgumentNameSpecifiedTwice

Returns a new instance of ArgumentNameSpecifiedTwice.



24
25
26
# File 'lib/cli.rb', line 24

def initialize(arg)
	super("argument '#{arg}' specified twice")
end