Re: Combine multiple redundant functions of the same into on
Posted: 02 Jun 2013, 09:32
You can do it via normal groovy stings, e.g. {"$n $y".ascii()}
Keep in mind that {...} will be resolved as a whole or not at all if any bindings fail. So to semantics as slightly different. Play with it.
Keep in mind that {...} will be resolved as a whole or not at all if any bindings fail. So to semantics as slightly different. Play with it.
