Tagged Questions

0
votes
1answer
176 views

How to add a new closure to a class in groovy

From Snipplr Ok here is the script code, in the comments is the question and the exception thrown class Class1 { def closure = { println this.class.name println ...