mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/optparse] Fix links to the page directory files [Bug #18468]
dab72c543d
This commit is contained in:
parent
7d94df63c4
commit
92630e2346
4 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Creates an option from the given parameters +params+.
|
||||
See {Parameters for New Options}[./doc/optparse/option_params_rdoc.html].
|
||||
See {Parameters for New Options}[./option_params.rdoc].
|
||||
|
||||
The block, if given, is the handler for the created option.
|
||||
When the option is encountered during command-line parsing,
|
||||
the block is called with the argument given for the option, if any.
|
||||
See {Option Handlers}[./option_params_rdoc.html#label-Option+Handlers].
|
||||
See {Option Handlers}[./option_params.rdoc#label-Option+Handlers].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue