It seems to be possible to do this without copying each method if you
exploit debug.getlocal():
This is a clever trick, but I don't think this is a practical approach
either.
I consider accessing local variables outside of there scope to be sacrilege.