Initialize: Function sets the global instance of GroovyShell that will be...

Description Usage Arguments Examples

Description

Function sets the global instance of GroovyShell that will be used by the Evaluate function whenever it is called with a NULL GroovyShell parameter.

Usage

1
Initialize(binding = NULL)

Arguments

binding

An instance of groovy.lang.Binding.

Examples

1
2
3
4
 ## Not run: 
 Initialize ()
 
## End(Not run)

rGroovy documentation built on May 1, 2019, 10:28 p.m.

Related to Initialize in rGroovy...