ruby-changes:42547
From: nobu <ko1@a...>
Date: Mon, 18 Apr 2016 10:42:02 +0900 (JST)
Subject: [ruby-changes:42547] nobu:r54621 (trunk): numeric.c: update doc [ci skip]
nobu 2016-04-18 11:38:37 +0900 (Mon, 18 Apr 2016) New Revision: 54621 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54621 Log: numeric.c: update doc [ci skip] * numeric.c (int_to_i): [DOC] floor and ceil are no longer synonyms. [Feature #12245] Modified files: trunk/numeric.c Index: numeric.c =================================================================== --- numeric.c (revision 54620) +++ numeric.c (revision 54621) @@ -2817,7 +2817,7 @@ rb_num2ull(VALUE val) https://github.com/ruby/ruby/blob/trunk/numeric.c#L2817 * * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/