removeMethod
removeMethod(s_genFunctiong_className[g_method] ) =>t/nil
Description
Removes a given method from a generic function.
For compatibility with previous releases, an alias to this function with the name,
ilRemoveMethod exists.Arguments
Value Returned
Examples
removeMethod('my_function 'my_class '@before)
removeMethod('myFunB '(classX classY) '@after)
Related Topics
Return to top