RoloLudo/RoloLudo.package/DeckOfCards.class/instance/reset.st

5 lines
100 B
Smalltalk

accessing
reset
self draw: OrderedCollection new.
self cards: self class initialize cards.
^ self