Method: OptionParser::Arguable#parse!

Defined in:
lib/optparse.rb

#parse!(**keywords) ⇒ Object

Parses self destructively and returns self containing the rest arguments left unparsed.



2415
# File 'lib/optparse.rb', line 2415

def parse!(**keywords) options.parse!(self, **keywords) end