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

ruby-changes:27356

From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 08:20:23 +0900 (JST)
Subject: [ruby-changes:27356] marcandRe: r39408 (trunk): * NEWS: + Module.prepended and Module.prepend_features

marcandre	2013-02-23 08:18:47 +0900 (Sat, 23 Feb 2013)

  New Revision: 39408

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

  Log:
    * NEWS: + Module.prepended and Module.prepend_features

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39407)
+++ ChangeLog	(revision 39408)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Feb 23 08:14:43 2013  Marc-Andre Lafortune  <ruby-core@m...>
+
+	* NEWS: many additions for Ruby 2.0.0
+
+	* object.c: Add doc for Module.prepended
+
 Sat Feb 23 07:52:53 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* template/ruby.pc.in: reorder library flags which may refer library
Index: NEWS
===================================================================
--- NEWS	(revision 39407)
+++ NEWS	(revision 39408)
@@ -109,6 +109,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L109
       * added Module#prepend which is similar to Module#include,
         however a method in the prepended module overrides the
         corresponding method in the prepending module.
+      * added Module.prepended and Module.prepend_features, similar
+        to included and append_features.
       * added Module#refine, which extends a class or module locally.
         [experimental]
     * extended method:

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

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