In the interest of reusing some existing code that was defined as an instance method of a different class, I was tying to do something like the following:
A while back I wondered about the same "feature" in Perl on PerlMonks, and the general consensus was that while it works (as it does in Python) you should not be doing things that way.