On May 25, 2013, at 1:11 PM, Stéphane Ducasse wrote: > Hi guys > > why there is no variant to on:send:to: > "SystemAnnouncer uniqueInstance on: AddedLog send: #foo to: self. " > that pass also the announcement? > > Just because it is better to use on:do;? > > Stef > Huh? It should work do do SystemAnnouncer uniqueInstance on: AddedLog send: #foo: to: self
and get the announcement as argument… or #foo:bar: to get the announcer as well as the announcement. This is one of the reasons cull: is cool! ;) Cheers, Henry
