OptionParser::Switch::PlacedArgument
class OptionParser::Switch::PlacedArgument
Switch that takes an argument, which does not begin with '-'.
Public Instance Methods
Returns nil if argument is not present or begins with '-'.
# File lib/optparse.rb, line 704