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

ruby-changes:15162

From: kazu <ko1@a...>
Date: Thu, 25 Mar 2010 12:39:19 +0900 (JST)
Subject: [ruby-changes:15162] Ruby:r27041 (trunk): * NEWS: add Kernel#singleton_class.

kazu	2010-03-25 12:39:00 +0900 (Thu, 25 Mar 2010)

  New Revision: 27041

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

  Log:
    * NEWS: add Kernel#singleton_class.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 27040)
+++ ChangeLog	(revision 27041)
@@ -1,3 +1,7 @@
+Thu Mar 25 12:37:37 2010  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* NEWS: add Kernel#singleton_class.
+
 Thu Mar 25 11:34:00 2010  Kenta Murata  <mrkn@m...>
 
 	* bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans:
Index: NEWS
===================================================================
--- NEWS	(revision 27040)
+++ NEWS	(revision 27041)
@@ -92,6 +92,10 @@
       * IO::WaitWritable
         They are used to extend non-blocking exceptions.
 
+  * Kernel
+    * new method:
+      * Kernel#singleton_class
+
   * MatchData
     * New method:
       * MatchData#==

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

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