org.jruby.cext
Class ModuleLoader

java.lang.Object
  extended by org.jruby.cext.ModuleLoader

public class ModuleLoader
extends java.lang.Object

The ModuleLoader is responsible for loading native extensions into the process and calling their initialization function.


Constructor Summary
ModuleLoader()
           
 
Method Summary
static void load(Ruby runtime, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleLoader

public ModuleLoader()
Method Detail

load

public static void load(Ruby runtime,
                        java.lang.String name)


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