> Object >> wrap
>       | proxyThenTarget |
>       proxyThenTarget := MyProxy new.
>       self become: proxyThenTarget.
>       “Now self is the proxy"
>       self object: proxyThenTarget.
>       ^ self


Tshuu…. I did not think about this. Well spotted!!!

Alexandre

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply via email to