ruby-changes:4858
From: ko1@a...
Date: Sun, 11 May 2008 08:02:39 +0900 (JST)
Subject: [ruby-changes:4858] yugui - Ruby:r16351 (trunk): * gc.c (gc_count): rdoc corrected.
yugui 2008-05-11 08:02:30 +0900 (Sun, 11 May 2008)
New Revision: 16351
Modified files:
trunk/gc.c
Log:
* gc.c (gc_count): rdoc corrected.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/gc.c?r1=16351&r2=16350&diff_format=u
Index: gc.c
===================================================================
--- gc.c (revision 16350)
+++ gc.c (revision 16351)
@@ -2352,9 +2352,9 @@
* call-seq:
* GC.count -> Integer
*
- * Counts objects for each type.
+ * The number of times GC occured.
*
- * It returns a number of GC invoke counts.
+ * It returns the number of times GC occured since the process started.
*
*/
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/