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

5 lines
90 B
Smalltalk

accessing
reset
self drawn: OrderedCollection new.
self stock: self class cards.
^ self