I need to redefine a method in a package and then be able to call the original method. I understand that subclassing would be better so I could use SUPER, but I am dealing with constraints being imposed on me.
So how do I store a reference to the original method so that I can use it? Some sort of typeglob?