5 lines
100 B
Smalltalk
5 lines
100 B
Smalltalk
|
accessing
|
||
|
reset
|
||
|
self draw: OrderedCollection new.
|
||
|
self cards: self class initialize cards.
|
||
|
^ self
|