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

ruby-changes:18625

From: kazu <ko1@a...>
Date: Tue, 25 Jan 2011 07:50:23 +0900 (JST)
Subject: [ruby-changes:18625] Ruby:r30649 (trunk): move under correct class

kazu	2011-01-25 07:50:15 +0900 (Tue, 25 Jan 2011)

  New Revision: 30649

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

  Log:
    move under correct class

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 30648)
+++ NEWS	(revision 30649)
@@ -47,12 +47,10 @@
       * UTF-16
       * UTF-32
 
-  * Float
+  * File
     * new constant:
       * File::NULL
         name of NULL device.
-    * extended method:
-      * String#unpack supports endian modifiers
 
   * IO
     * extended method:
@@ -70,6 +68,8 @@
       * Module#public_constant
 
   * String
+    * extended method:
+      * String#unpack supports endian modifiers
     * new method:
       * String#prepend
 

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

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