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.

Version:
$Revision: 1.3 $
Author:
Anders

Constructor Summary
RubyGC()
           
 
Method Summary
static RubyModule createGCModule(Ruby ruby)
           
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 ruby)

start

public static IRubyObject start(IRubyObject recv)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.