public class CompiledScriptLoader extends Object
| Constructor and Description | 
|---|
| CompiledScriptLoader() | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | getFilenameFromPathAndName(File resourcePath,
                          String resourceName,
                          boolean isAbsolute) | 
| static IRScope | loadScriptFromFile(Ruby runtime,
                  InputStream inStream,
                  File resourcePath,
                  String resourceName,
                  boolean isAbsolute) | 
public static IRScope loadScriptFromFile(Ruby runtime, InputStream inStream, File resourcePath, String resourceName, boolean isAbsolute)
Copyright © 2001-2015 JRuby. All Rights Reserved.