diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-01-02 12:06:06 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-01-02 12:23:49 +0900 |
commit | b4ec22fe6c493a212c059cecab90de5b5f349102 (patch) | |
tree | 1e4e274cfd5e2bc079142462b48eba6f04380e24 /string.rb | |
parent | d441d351073d6a6c49f7c12ea99e17480aa4ee5e (diff) |
[DOC] Exclude 'Method' from RDoc's autolinking
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12496
Diffstat (limited to 'string.rb')
-rw-r--r-- | string.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # # You can convert certain objects to Strings with: # -# - \Method #String. +# - Method #String. # # Some +String+ methods modify +self+. # Typically, a method whose name ends with <tt>!</tt> modifies +self+ |