diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-04-18 02:38:37 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-04-18 02:38:37 +0000 |
commit | ae4eb682db0adf020b14d3998d247ea04a0bfb1c (patch) | |
tree | fee1e6f3a08d2e83b4e4217991280f445a4c5777 | |
parent | 912948c7f5cd91e93b9ae17d72e213f4ebd22bd1 (diff) |
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
-rw-r--r-- | numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |