(String name)
| 381 | } |
| 382 | |
| 383 | public static void maybeLoadResourceScript(String name) throws IOException{ |
| 384 | loadResourceScript(name, false); |
| 385 | } |
| 386 | |
| 387 | public static void loadResourceScript(String name, boolean failIfNotFound) throws IOException{ |
| 388 | loadResourceScript(RT.class, name, failIfNotFound); |
no test coverage detected