[前][次][番号順一覧][スレッド一覧]

ruby-changes:46473

From: stomar <ko1@a...>
Date: Sun, 7 May 2017 16:18:15 +0900 (JST)
Subject: [ruby-changes:46473] stomar:r58589 (trunk): NEWS: Integer#{round, floor, ceil, truncate} [Bug #13420]

stomar	2017-05-07 16:18:10 +0900 (Sun, 07 May 2017)

  New Revision: 58589

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58589

  Log:
    NEWS: Integer#{round,floor,ceil,truncate} [Bug #13420]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 58588)
+++ NEWS	(revision 58589)
@@ -30,6 +30,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L30
   * Integer.sqrt  [Feature #13219]
   * Integer#step does no longer rescue exceptions when given
     a step value which cannot be compared with #> to 0. [Feature #7688]
+  * Integer#{round,floor,ceil,truncate} now always return an Integer.
+    [Bug #13420]
 
 * IO
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]