Creates a shell with a new Binding and the default compiler configuration.
()
| 89 | * Creates a shell with a new {@link Binding} and the default compiler configuration. |
| 90 | */ |
| 91 | public GroovyShell() { |
| 92 | this(null, new Binding()); |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * Creates a shell with the supplied binding and the default compiler configuration. |
nothing calls this directly
no test coverage detected