DSL-mode parser.
# File lib/more/facets/getoptlong.rb, line 55 55: def flag(*opts) 56: @arguments << (opts << GetoptLong::NO_ARGUMENT) 57: end
# File lib/more/facets/getoptlong.rb, line 64 64: def optional(*opts) 65: @arguments << (opts << GetoptLong::OPTIONAL_ARGUMENT) 66: end
# File lib/more/facets/getoptlong.rb, line 59 59: def required(*opts) 60: @arguments << (opts << GetoptLong::REQUIRED_ARGUMENT) 61: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.