aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-18 02:38:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-18 02:38:37 +0000
commit00e4d87f749bf98d3406eb8e45d2eb981ae2d328 (patch)
treefee1e6f3a08d2e83b4e4217991280f445a4c5777 /numeric.c
parent5d9fa3d5a5f80aaba6c255e069955a15df9b8656 (diff)
downloadruby-00e4d87f749bf98d3406eb8e45d2eb981ae2d328.tar.gz
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
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
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