summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-27 06:28:08 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-27 06:28:08 +0000
commit3de80833a23b6aa07f698bf20fffbba25d6fe79d (patch)
treea842bc16170258d60591d8e34c8d011f11924ede /doc
parent80b1f7b50ea10fa7aa841bc642b714411d1fc62b (diff)
* gc.c (gc_count): add a GC.count method. This method returns
a GC invoking count. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/NEWS b/doc/NEWS
index d2a5a23210..551f2c19fb 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -195,7 +195,8 @@ Compatible
o Process.exec
* Misc. new methods
o public_send
- o GC.stress, GC.stress=
+ o GC.stress, GC.stress=, GC.count
+ o ObjectSpace.count_objects
o Method#hash, Proc#hash
o __method__ and __callee__
o Symbol#to_proc