RoloLudo/RoloLudo.package/DeckOfCards.class/instance/uiCardsFor..st
2023-11-26 11:21:51 -05:00

6 lines
99 B
Smalltalk

accessing
uiCardsFor: aView
<gtView>
^ aView text
title: 'Cards';
text: [ self printString ]