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

ruby-changes:28673

From: naruse <ko1@a...>
Date: Tue, 14 May 2013 17:43:06 +0900 (JST)
Subject: [ruby-changes:28673] naruse:r40725 (trunk): Add NEWS about Kernel#singleton_method r40684 [Feature #8391]

naruse	2013-05-14 17:42:58 +0900 (Tue, 14 May 2013)

  New Revision: 40725

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

  Log:
    Add NEWS about Kernel#singleton_method r40684 [Feature #8391]

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 40724)
+++ NEWS	(revision 40725)
@@ -22,6 +22,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L22
   * extended methods:
     * IO#seek accepts symbols (:CUR, :END, :SET) for 2nd argument.
 
+* Kernel
+  * New methods:
+    * Kernel#singleton_method
+
 * Mutex
   * misc
     * Mutex#owned? is no longer experimental.

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

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