From ae4eb682db0adf020b14d3998d247ea04a0bfb1c Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Apr 2016 02:38:37 +0000 Subject: numeric.c: update doc [ci skip] * numeric.c (int_to_i): [DOC] floor and ceil are no longer synonyms. [Feature #12245] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 4edf736359..dd5e154875 100644 --- a/numeric.c +++ b/numeric.c @@ -2817,7 +2817,7 @@ rb_num2ull(VALUE val) * * As +int+ is already an Integer, all these methods simply return the receiver. * - * Synonyms are #to_int, #floor, #ceil, #truncate. + * Synonyms are #to_int, #truncate. */ static VALUE -- cgit v1.2.3