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

ruby-changes:27952

From: marcandre <ko1@a...>
Date: Sat, 30 Mar 2013 12:04:11 +0900 (JST)
Subject: [ruby-changes:27952] marcandRe: r40004 (trunk): * NEWS: Be more precise about singleton_class.ancestors change

marcandre	2013-03-30 12:03:58 +0900 (Sat, 30 Mar 2013)

  New Revision: 40004

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

  Log:
    * NEWS: Be more precise about singleton_class.ancestors change
      [Feature #8035]

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 40003)
+++ NEWS	(revision 40004)
@@ -26,7 +26,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L26
 
 * Module#ancestors
 
-  The ancestors of a singleton class now include that singleton class.
+  The ancestors of a singleton class now include singleton classes,
+  in particular itself.
 
 === Stdlib updates (outstanding ones only)
 

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

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