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

ruby-changes:17113

From: usa <ko1@a...>
Date: Fri, 27 Aug 2010 12:27:57 +0900 (JST)
Subject: [ruby-changes:17113] Ruby:r29113 (trunk): * object.c (rb_obj_class): remove mention of obsolete method.

usa	2010-08-27 12:27:50 +0900 (Fri, 27 Aug 2010)

  New Revision: 29113

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

  Log:
    * object.c (rb_obj_class): remove mention of obsolete method.
      a patch from Run Paint Run Run at [ruby-core:31842].

  Modified files:
    trunk/ChangeLog
    trunk/object.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29112)
+++ ChangeLog	(revision 29113)
@@ -1,3 +1,8 @@
+Fri Aug 27 12:26:23 2010  NAKAMURA Usaku  <usa@r...>
+
+	* object.c (rb_obj_class): remove mention of obsolete method.
+	  a patch from Run Paint Run Run at [ruby-core:31842].
+
 Fri Aug 27 12:25:03 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* io.c (null_device): the name of null device.  [ruby-dev:41791]
Index: object.c
===================================================================
--- object.c	(revision 29112)
+++ object.c	(revision 29113)
@@ -146,9 +146,7 @@
  *  call-seq:
  *     obj.class    -> class
  *
- *  Returns the class of <i>obj</i>, now preferred over
- *  <code>Object#type</code>, as an object's type in Ruby is only
- *  loosely tied to that object's class. This method must always be
+ *  Returns the class of <i>obj</i>. This method must always be
  *  called with an explicit receiver, as <code>class</code> is also a
  *  reserved word in Ruby.
  *

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

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