TypedSlot

Description

An example of Slots usage for Pharo

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Created
May 4, 2017
Updated
April 16, 2020
Topics
pharo

Categories

Education / Howto

README excerpt

# TypedSlot
An example of Slots usage for Pharo

### How to load

```
Metacello new
  baseline: 'TypedSlot';
  repository: 'github://pavel-krivanek/TypedSlot/src';
  load.
```
← Back to results