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

ruby-changes:9769

From: yugui <ko1@a...>
Date: Sun, 4 Jan 2009 15:36:03 +0900 (JST)
Subject: [ruby-changes:9769] Ruby:r21310 (ruby_1_9_1): * described the feature change of cref in instance_eval or module_eval.

yugui	2009-01-04 15:35:53 +0900 (Sun, 04 Jan 2009)

  New Revision: 21310

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

  Log:
    * described the feature change of cref in instance_eval or module_eval.

  Modified files:
    branches/ruby_1_9_1/NEWS

Index: ruby_1_9_1/NEWS
===================================================================
--- ruby_1_9_1/NEWS	(revision 21309)
+++ ruby_1_9_1/NEWS	(revision 21310)
@@ -23,7 +23,10 @@
           o Parser expects that your source code has only valid byte
             sequence in some character encoding.  Use magic comments
             to tell the parser which encoding you use.
+          o New semantics for constant definition in instance_eval
+            or in module_eval.
 
+
 * builtin classes and objects
 
     * Kernel and Object

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

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