ruby-changes:72048
From: Kouhei <ko1@a...>
Date: Fri, 3 Jun 2022 14:36:06 +0900 (JST)
Subject: [ruby-changes:72048] a4721ec6cd (master): [DOC] Fix documentation of Numeric#div: Complex does not have #div
https://git.ruby-lang.org/ruby.git/commit/?id=a4721ec6cd From a4721ec6cdd32b9c23a009e7390fefa1d9148ffd Mon Sep 17 00:00:00 2001 From: Kouhei Yanagita <yanagi@s...> Date: Sat, 28 May 2022 06:04:02 +0900 Subject: [DOC] Fix documentation of Numeric#div: Complex does not have #div --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numeric.c b/numeric.c index 4e08c4767a..1b1c8d99b9 100644 --- a/numeric.c +++ b/numeric.c @@ -645,7 +645,7 @@ num_fdiv(VALUE x, VALUE y) https://github.com/ruby/ruby/blob/trunk/numeric.c#L645 * (\Numeric itself does not define method +/+.) * * Of the Core and Standard Library classes, - * Float, Rational, and Complex use this implementation. + * Only Float and Rational use this implementation. * */ -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/