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

ruby-changes:13547

From: marcandre <ko1@a...>
Date: Wed, 14 Oct 2009 08:14:27 +0900 (JST)
Subject: [ruby-changes:13547] Ruby:r25327 (trunk): * object.c (rb_mod_const_defined): rdoc fix

marcandre	2009-10-14 08:12:59 +0900 (Wed, 14 Oct 2009)

  New Revision: 25327

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

  Log:
    * object.c (rb_mod_const_defined): rdoc fix

  Modified files:
    trunk/object.c

Index: object.c
===================================================================
--- object.c	(revision 25326)
+++ object.c	(revision 25327)
@@ -1711,9 +1711,9 @@
  *       end
  *     end
  *     k = Klass.new
- *     k.methods[0..9]    #=> ["kMethod", "freeze", "nil?", "is_a?",
- *                        #    "class", "instance_variable_set",
- *                        #    "methods", "extend", "__send__", "instance_eval"]
+ *     k.methods[0..9]    #=> [:kMethod, :freeze, :nil?, :is_a?,
+ *                        #    :class, :instance_variable_set,
+ *                        #    :methods, :extend, :__send__, :instance_eval]
  *     k.methods.length   #=> 42
  */
 

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

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