public class ModuleLoader
extends java.lang.Object
ModuleLoader
is responsible for loading native extensions into the process and calling
their initialization function.Constructor and Description |
---|
ModuleLoader() |
Modifier and Type | Method and Description |
---|---|
static void |
load(Ruby runtime,
java.lang.String name) |
public static void load(Ruby runtime, java.lang.String name)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.