Class Summary |
ClassExtensionLibrary |
The ClassExtensionLibrary wraps a class which implements BasicLibraryService,
and when asked to load the service, does a basicLoad of the BasicLibraryService. |
CompiledScriptLoader |
|
ExternalScript |
|
JarredScript |
Loading of Ruby scripts packaged in Jar files. |
JavaCompiledScript |
|
LoadService |
How require works in JRuby
When requiring a name from Ruby, JRuby will first remove any file extension it knows about,
thereby making it possible to use this string to see if JRuby has already loaded
the name in question. |
LoadServiceResource |
Simple struct to capture name seperate from URL. |