(String path)
| 114 | } |
| 115 | |
| 116 | public void pushLoadPath(String path) { |
| 117 | this.loadPaths.push(path); |
| 118 | this.put("paths", loadPaths); |
| 119 | } |
| 120 | |
| 121 | @Override |
| 122 | public Object call(ExecutionContext context, Object self, Object... arguments) { |
no test coverage detected