Thanks for the clarification. The following
```groovy
def trial(x) {
before: {statement_1
}
during: {
statement_2
}
after: {
statement_3
}
}
```
Thanks for the clarification. The following
```groovy
def trial(x) {
before: {statement_1
}
during: {
statement_2
}
after: {
statement_3
}
}
```