[DOC] Exclude 'Method' from RDoc's autolinking

This commit is contained in:
Nobuyoshi Nakada 2025-01-02 12:06:06 +09:00
parent d441d35107
commit b4ec22fe6c
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
Notes: git 2025-01-02 05:23:07 +00:00
20 changed files with 70 additions and 71 deletions

View file

@ -2474,9 +2474,9 @@ float_arg(VALUE self)
* You can create a \Complex object from rectangular coordinates with:
*
* - A {complex literal}[rdoc-ref:syntax/literals.rdoc@Complex+Literals].
* - \Method Complex.rect.
* - \Method Kernel#Complex, either with numeric arguments or with certain string arguments.
* - \Method String#to_c, for certain strings.
* - Method Complex.rect.
* - Method Kernel#Complex, either with numeric arguments or with certain string arguments.
* - Method String#to_c, for certain strings.
*
* Note that each of the stored parts may be a an instance one of the classes
* Complex, Float, Integer, or Rational;
@ -2502,9 +2502,9 @@ float_arg(VALUE self)
*
* You can create a \Complex object from polar coordinates with:
*
* - \Method Complex.polar.
* - \Method Kernel#Complex, with certain string arguments.
* - \Method String#to_c, for certain strings.
* - Method Complex.polar.
* - Method Kernel#Complex, with certain string arguments.
* - Method String#to_c, for certain strings.
*
* Note that each of the stored parts may be a an instance one of the classes
* Complex, Float, Integer, or Rational;