From 31e1c326760f8ac018de87cef7a4fbec960f60d3 Mon Sep 17 00:00:00 2001 From: zzak Date: Tue, 18 Jun 2013 13:10:25 +0000 Subject: * ext/objspace/object_tracing.c: Return for ::allocation_generation git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/object_tracing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/objspace/object_tracing.c b/ext/objspace/object_tracing.c index 6816f503bc..134457457e 100644 --- a/ext/objspace/object_tracing.c +++ b/ext/objspace/object_tracing.c @@ -302,7 +302,7 @@ allocation_method_id(VALUE objspace, VALUE obj) } /* - * call-seq: allocation_allocation_generation(object) -> + * call-seq: allocation_generation(object) -> Fixnum * * Returns garbage collector generation for the given +object+. * -- cgit v1.2.3