Details
-
Task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
support method invocation where last parameter can be specified as a closure
collection.each
{i| print(i); }table(valign:"Centre") {
tr {
td("hello") {
}
}