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 () | |
tree | 1e4e274cfd5e2bc079142462b48eba6f04380e24 /rational.c | |
parent | d441d351073d6a6c49f7c12ea99e17480aa4ee5e (diff) |
[DOC] Exclude 'Method' from RDoc's autolinking
Notes: Merged: https://.com/ruby/ruby/pull/12496
-rw-r--r-- | rational.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2715,7 +2715,7 @@ nurat_s_convert(int argc, VALUE *argv, VALUE klass) * * You can convert certain objects to Rationals with: * - * - \Method #Rational. * * Examples * |