* gc.c (ObjectSpace): is a module not a class.
* ext/objspace/objspace.c: try to include overview in rdoc, see #8537. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
abfcded30c
commit
089dd1a1ca
@ -1,3 +1,10 @@
|
||||
Mon Jun 17 17:44:31 2013 Benoit Daloze <eregontp@gmail.com>
|
||||
|
||||
* gc.c (ObjectSpace): is a module not a class.
|
||||
|
||||
* ext/objspace/objspace.c: try to include overview in rdoc,
|
||||
see #8537.
|
||||
|
||||
Mon Jun 17 17:38:24 2013 Benoit Daloze <eregontp@gmail.com>
|
||||
|
||||
* gc.c: fix example of ObjectSpace.define_finalizer in overview
|
||||
|
@ -771,7 +771,12 @@ reachable_objects_from(VALUE self, VALUE obj)
|
||||
void Init_object_tracing(VALUE rb_mObjSpace);
|
||||
void Init_gc_hook(VALUE rb_mObjSpace);
|
||||
|
||||
/* The objspace library extends the ObjectSpace module and adds several
|
||||
/*
|
||||
* Document-module: ObjectSpace
|
||||
*
|
||||
* == The objspace library
|
||||
*
|
||||
* The objspace library extends the ObjectSpace module and adds several
|
||||
* methods to get internal statistic information about
|
||||
* object/memory management.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user