parse(arg, argv)
Raises an exception if any arguments given.
# File lib/optparse.rb, line 428 def parse(arg, argv) yield(NeedlessArgument, arg) if arg conv_arg(arg) end