Question:
By implementing this method from the GroovyObject interface we can catch method calls from methods that are not defined.
Options:
- InvokeMissingMethod()
- invokeMissingFunction()
- InvokeMethodsMissing()
- invokeMethod()
Answer:
invokeMethod()