summaryrefslogtreecommitdiffstats
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
commit601d2ea243faa80b97fd8f9c0bf22e346eb9cf4d (patch)
treea842bc16170258d60591d8e34c8d011f11924ede /doc
parent835e3af4a3e09c5b0f50a9495e1c522eee9a6d84 (diff)
downloadruby-601d2ea243faa80b97fd8f9c0bf22e346eb9cf4d.tar.gz
ruby-601d2ea243faa80b97fd8f9c0bf22e346eb9cf4d.tar.xz
ruby-601d2ea243faa80b97fd8f9c0bf22e346eb9cf4d.zip
* gc.c (gc_count): add a GC.count method. This method returns
a GC invoking count. git-svn-id: http://svn.ruby-lang.org/repos/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 d2a5a2321..551f2c19f 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