| Package | Description |
|---|---|
| org.jruby.cext |
| Class and Description |
|---|
| Cleaner |
| Handle
A
Handle represents an object made available to native code tied to it's runtime. |
| Native
The
Native class is used for interfacing with native extensions. |
NativeMethod
NativeMethod represents a method handle to a C extension function in JRuby,
to provide entry points into C code. |
| RubyData |