Switch that takes no arguments.
# File rake/lib/optparse.rb, line 475 def self.incompatible_argument_styles(*) end
# File rake/lib/optparse.rb, line 478 def self.pattern Object end
Raises an exception if any arguments given.
# File rake/lib/optparse.rb, line 470 def parse(arg, argv) yield(NeedlessArgument, arg) if arg conv_arg(arg) end