123456789_123456789_123456789_123456789_123456789_

Class: ARGV

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Inherits: Object
Defined in: (unknown)

Overview

External Gem class mixins

Class Attribute Summary

::OptionParser::Arguable - Extended

options

Actual OptionParser object, automatically created if nonexistent.

options=

Sets OptionParser object, when opt is false or nil, methods OptionParser::Arguable#options and options= are undefined.

Class Method Summary

::OptionParser::Arguable - Extended

getopts

Substitution of getopts is possible as follows.

order!

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

parse!

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

permute!

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

initialize