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

ruby-changes:27353

From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 08:20:07 +0900 (JST)
Subject: [ruby-changes:27353] marcandRe: r39405 (trunk): * NEWS: Add privacy of respond_to_missing? & al as a potential incompatibility

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

  New Revision: 39405

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

  Log:
    * NEWS: Add privacy of respond_to_missing? & al as a potential incompatibility

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 39404)
+++ NEWS	(revision 39405)
@@ -498,6 +498,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L498
   * Kernel#respond_to? against a protected method now returns false
     unless the second argument is true.
 
+  * Kernel#respond_to_missing?
+  * Kernel#initialize_clone
+  * Kernel#initialize_dup
+
+    These methods are now private.
+
   * Dir.mktmpdir in lib/tmpdir.rb
 
     See above.

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

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