method
update
v1_8_6_287 -
Show latest stable
- Class:
List
update(sw, sopts, lopts, nsw = nil, nlopts = nil)private
Adds sw according to sopts, lopts and nlopts.
| sw: | OptionParser::Switch instance to be added. |
| sopts: | Short style option list. |
| lopts: | Long style option list. |
| nlopts: | Negated long style options list. |