add Method Body
fun addMethodBody(methodName: A_Atom, bodyBlock: A_Function): A_Definition
Content copied to clipboard
Add the method definition. The precedence rules can change at any time.
Return
The newly added A_Definition.
Parameters
Throws
If the message name is malformed.
If the signature is invalid.