<div dir="auto">Something I've never understood is why you can't send super on pvt* methods?  The sends are still contained to the class hierarchy and it's legal for a superclass to send to a pvt* that is only defined on a subclass... so why isn't going in the other direction allowed?</div>