An example of Slots usage for Pharo
# TypedSlot An example of Slots usage for Pharo ### How to load ``` Metacello new baseline: 'TypedSlot'; repository: 'github://pavel-krivanek/TypedSlot/src'; load. ```