Jonathan Worthington wrote:
Hi,
In PDD15 we have both add and remove vtable methods for attributes,
parents and roles. However, we only have add_method. Was remove_method
missed out intentionally?
I was torn on remove_method. It makes sense from a consistency
perspective, but seems like another one of those operations that's rare
enough and significant enough to be made more significant than a simple
'remove_method'. But then arguably, so is 'remove_attribute'. So, I've
added it to the PDD.
Allison