public Method

Arguable.order!(&blk)

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

Source Code

# File optparse.rb, line 1727
def order!(&blk) options.order!(self, &blk) end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.