| In: |
optparse.rb
|
| Parent: | RuntimeError |
| Reason | = | 'parse error'.freeze |
| args | [R] | |
| reason | [W] |
# File optparse.rb, line 1610 def set_option(opt, eq) if eq @args[0] = opt else @args.unshift(opt) end self end