Parses self destructively in order and returns self containing the rest arguments left unparsed.
# File optparse.rb, line 1727 def order!(&blk) options.order!(self, &blk) end
<code/>
<pre/>
<code/>and<pre/>for code samples.