org.jruby
Class RubyGC

java.lang.Object
  extended byorg.jruby.RubyGC

public class RubyGC
extends java.lang.Object

GC (Garbage Collection) Module Note: Since we rely on Java's memory model we can't provide the kind of control over garbage collection that MRI provides.

Author:
Anders

Constructor Summary
RubyGC()
           
 
Method Summary
static RubyModule createGCModule(Ruby runtime)
           
static IRubyObject start(IRubyObject recv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyGC

public RubyGC()
Method Detail

createGCModule

public static RubyModule createGCModule(Ruby runtime)

start

public static IRubyObject start(IRubyObject recv)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.