org.jruby
Class RubyObjectSpace

java.lang.Object
  extended byorg.jruby.RubyObjectSpace

public class RubyObjectSpace
extends java.lang.Object


Constructor Summary
RubyObjectSpace()
           
 
Method Summary
static RubyModule createObjectSpaceModule(Ruby ruby)
          Create the ObjectSpace module and add it to the Ruby runtime.
static IRubyObject each_object(IRubyObject recv, IRubyObject[] args)
           
static IRubyObject garbage_collect(IRubyObject recv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyObjectSpace

public RubyObjectSpace()
Method Detail

createObjectSpaceModule

public static RubyModule createObjectSpaceModule(Ruby ruby)
Create the ObjectSpace module and add it to the Ruby runtime.


each_object

public static IRubyObject each_object(IRubyObject recv,
                                      IRubyObject[] args)

garbage_collect

public static IRubyObject garbage_collect(IRubyObject recv)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.