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

ruby-changes:20985

From: marcandre <ko1@a...>
Date: Wed, 24 Aug 2011 03:20:02 +0900 (JST)
Subject: [ruby-changes:20985] marcandRe: r33034 (ruby_1_9_1): * NEWS: Correction; it's Float#round

marcandre	2011-08-24 03:19:53 +0900 (Wed, 24 Aug 2011)

  New Revision: 33034

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33034

  Log:
    * NEWS: Correction; it's Float#round

  Modified files:
    branches/ruby_1_9_1/NEWS

Index: ruby_1_9_1/NEWS
===================================================================
--- ruby_1_9_1/NEWS	(revision 33033)
+++ ruby_1_9_1/NEWS	(revision 33034)
@@ -333,7 +333,8 @@
           o Numeric#upto, #downto, #times, #step
           o Numeric#real?, Complex#real?
           o Numeric#magnitude
-          o Numeric#round
+    * Float
+          o Float#round
     * Rational / Complex
           o They are in the core library now
     * Math

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

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