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

ruby-changes:26679

From: shugo <ko1@a...>
Date: Mon, 7 Jan 2013 20:30:56 +0900 (JST)
Subject: [ruby-changes:26679] shugo:r38730 (trunk): * NEWS: remove description about `require "refinement"'.

shugo	2013-01-07 20:30:43 +0900 (Mon, 07 Jan 2013)

  New Revision: 38730

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

  Log:
    * NEWS: remove description about `require "refinement"'.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38729)
+++ ChangeLog	(revision 38730)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Jan  7 20:29:50 2013  Shugo Maeda  <shugo@r...>
+
+	* NEWS: remove description about `require "refinement"'.
+
 Mon Jan  7 20:15:49 2013  Shugo Maeda  <shugo@r...>
 
 	* eval.c (Init_eval): enable Refinements by default.
Index: NEWS
===================================================================
--- NEWS	(revision 38729)
+++ NEWS	(revision 38730)
@@ -104,7 +104,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L104
         however a method in the prepended module overrides the
         corresponding method in the prepending module.
       * added Module#refine, which extends a class or module locally.
-        require "refinement" is necessary to use it. [experimental]
+        [experimental]
     * extended method:
       * Module#define_method accepts a UnboundMethod from a Module.
       * Module#const_get accepts a qualified constant string, e.g.
@@ -196,8 +196,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L196
     * added method:
       * added main.define_method which defines a global function.
       * added main.using, which imports refinements into the current file or
-        eval string. require "refinement" is necessary to use it.
-        [experimental]
+        eval string. [experimental]
 
 * cgi
   * Add HTML5 tag maker.

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

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