public class ModuleLoader
extends java.lang.Object
ModuleLoader is responsible for loading native extensions into the process and calling
their initialization function.| Modifier and Type | Field and Description |
|---|---|
private static java.util.Set<com.kenai.jffi.Library> |
modules |
| 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)