To Examples
UML Diagram for
the Ruby Class Dice
Dice
- @die1 : FixNum
- @die2 : FixNum
+ initialize( )
+ roll( )
+ show_dice( )
+ show_sum( )