| Constructor and Description |
|---|
GC() |
| Modifier and Type | Method and Description |
|---|---|
static void |
mark(IRubyObject obj)
This is an upcall from the C++ stub to mark objects that are only strongly
reachable from a C VALUE instance.
|
static void |
trigger() |
public static final void mark(IRubyObject obj)
obj - The object to markpublic static final void trigger()
Copyright © 2001-2016 JRuby. All Rights Reserved.