order(*argv, &block)
Instance Public methods
Parses command line arguments argv
in order. When a block is
given, each non-option argument is yielded.
Returns the rest of argv
left unparsed.
Parses command line arguments argv
in order. When a block is
given, each non-option argument is yielded.
Returns the rest of argv
left unparsed.
Please login to continue.