In Files

Namespace

Methods

Files

ROpt

Constants

ROPT_VERSION
(Not documented)
InvalidParseRuleError
(Not documented)

Public Class Methods

parse(argv, *parse_rule_args, &missing_proc) click to toggle source

(Not documented)

# File ropt.rb, line 148
    def parse(argv, *parse_rule_args, &missing_proc)
      ROpt::ArgumentParser.new(*parse_rule_args, &missing_proc).parse(argv)
    end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.