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

ruby-changes:30745

From: a_matsuda <ko1@a...>
Date: Wed, 4 Sep 2013 15:43:10 +0900 (JST)
Subject: [ruby-changes:30745] a_matsuda:r42824 (trunk): * NEWS: Note about Module#include and prepend scope change

a_matsuda	2013-09-04 15:43:05 +0900 (Wed, 04 Sep 2013)

  New Revision: 42824

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

  Log:
    * NEWS: Note about Module#include and prepend scope change
    
    [Feature #8846]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 42823)
+++ NEWS	(revision 42824)
@@ -67,6 +67,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L67
       or false if it is an ordinary class or module.
   * extended methods:
     * Module#refine is no longer experimental.
+    * Module#include and Module#prepend are now public methods.
 
 * Mutex
   * misc

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

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