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:
parent
4aa3454607
commit
e45b87f282
1 changed files with 2 additions and 2 deletions
4
gc.c
4
gc.c
|
@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue