Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-beta-8
-
None
-
None
Description
When a script doesn't find a given method, Groovy should try to see if there's a method closure in the script's binding that can be called.
Thus, it is possible to provide a method closure in the binding at runtime and make the script call it.