diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-02-08 01:18:56 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-02-08 01:18:56 +0900 |
commit | bc5662d9d8909363e67e01f3b1a2eecb0793d3ee (patch) | |
tree | 07e9f01a5d1fdc0c257f110def099e965c965c2a /string.c | |
parent | f53f49197f8f785d372847b537d3607a2c71c70d (diff) |
[DOC] Simplify links to global methods
Diffstat (limited to 'string.c')
-rw-r--r-- | string.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11965,7 +11965,7 @@ rb_enc_interned_str_cstr(const char *ptr, rb_encoding *enc) * * You can convert certain objects to Strings with: * - * - \Method {String}[Kernel.html#method-i-String]. + * - \Method #String. * * Some \String methods modify +self+. * Typically, a method whose name ends with <tt>!</tt> modifies +self+ |