From 601d2ea243faa80b97fd8f9c0bf22e346eb9cf4d Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 27 Apr 2008 06:28:08 +0000 Subject: * 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 --- doc/NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit