unsetMethod >>-unsetMethod(methodname)------------------------------------->< Cancels the effect of all previous [setMethod]s for method [methodname] . It also removes any method [methodname] introduced with [enhanced] when the object was created. If the object has received no [setMethod] method, no action is taken. [Notes:]
|