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

5 lines
100 B
Smalltalk
Raw Normal View History

2023-11-26 18:06:04 +00:00
accessing
reset
self draw: OrderedCollection new.
self cards: self class initialize cards.
^ self