RoloLudo/RoloLudo.package/DicePool.class/instance/roll.st

3 lines
57 B
Smalltalk

accessing
roll
^ self dice collect: [:each | each roll ]