Hi, Should my XS code check whether an object 'can' a specific method before calling call_method() for a reason other than performance? It seems that such a check is not commonly performed so it is probably not very important. What's the best way to check whether an object 'can' a specific method?
TIA.