org.jruby
Class RubyObjectSpace
java.lang.Object
org.jruby.RubyObjectSpace
public class RubyObjectSpace
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyObjectSpace
public RubyObjectSpace()
createObjectSpaceModule
public static RubyModule createObjectSpaceModule(Ruby runtime)
- Create the ObjectSpace module and add it to the Ruby runtime.
define_finalizer
public static IRubyObject define_finalizer(IRubyObject recv,
IRubyObject[] args,
Block block)
undefine_finalizer
public static IRubyObject undefine_finalizer(IRubyObject recv,
IRubyObject[] args,
Block block)
id2ref
public static IRubyObject id2ref(IRubyObject recv,
RubyFixnum id)
each_object
public static IRubyObject each_object(IRubyObject recv,
IRubyObject[] args,
Block block)
garbage_collect
public static IRubyObject garbage_collect(IRubyObject recv)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.