org.jruby.runtime.load.JarredScript
Loading of Ruby scripts packaged in Jar files.
Usually the Ruby scripts are accompanied by Java class files in the Jar.
Constructors
new
new
(
LoadServiceResource resource,
String search_name
)
Java: <init>(org.jruby.runtime.load.LoadServiceResource resource, String searchName)
Instance Methods
load
load
(
Ruby runtime,
boolean wrap
)
Java: load(org.jruby.Ruby runtime, boolean wrap)