[DOC] Simplify links to global methods

This commit is contained in:
Nobuyoshi Nakada 2022-02-08 01:18:56 +09:00
parent f53f49197f
commit bc5662d9d8
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
6 changed files with 7 additions and 7 deletions

View file

@ -2721,7 +2721,7 @@ nurat_s_convert(int argc, VALUE *argv, VALUE klass)
*
* You can convert certain objects to Rationals with:
*
* - \Method {Rational}[Kernel.html#method-i-Rational].
* - \Method #Rational.
*
* Examples
*