class Gem::OptionParser::Switch::NoArgument
Switch that takes no arguments.
def self.incompatible_argument_styles(*) # :nodoc:
def self.incompatible_argument_styles(*) # :nodoc: end
def self.pattern # :nodoc:
def self.pattern # :nodoc: Object end
def parse(arg, argv)
Raises an exception if any arguments given.
def parse(arg, argv) yield(NeedlessArgument, arg) if arg conv_arg(arg) end
def pretty_head # :nodoc:
def pretty_head # :nodoc: "NoArgument" end