Feb. 4, 2012
7:28 p.m.
Please write a SUnit Test. 2012/2/4 Benjamin <benjamin.vanryseghem.pharo@gmail.com>:
Can't resist to share my treasure ;)
PluggableListMorph>>#selectedMorph: aMorph     "this shouldn't be used any longer"
    "self isThisEverCalled ."
    Beeper  beep.     true ifTrue: [^self]
;)
Ben