Class
StandardDice
In: src/rubydice_doc.rb
Parent: Object

The standard dice class implements a regular six-sided dice.

Methods

top, toss,
Public Instance methods
toss() src

Toss the dice to get a new value on top.

top() src

Report the value of the top of the dice.