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 --- ChangeLog | 4 ++++ ext/objspace/object_tracing.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 540c67eace..5bf1f928c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 18 22:08:53 2013 Zachary Scott + + * ext/objspace/object_tracing.c: Return for ::allocation_generation + Tue Jun 18 22:04:35 2013 Zachary Scott * ext/objspace/object_tracing.c: Document object_tracing methods. 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