1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* gc.c (gc_count): rdoc corrected.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-05-10 23:02:30 +00:00
parent 4aa3454607
commit e45b87f282

4
gc.c
View file

@ -2352,9 +2352,9 @@ count_objects(int argc, VALUE *argv, VALUE os)
* 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.
*
*/