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

5 lines
101 B
Smalltalk

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