Module: SlotMachine

Defined in:
lib/slot_machine/version.rb,
lib/slot_machine/slot.rb,
lib/slot_machine/slots.rb

Overview

:nodoc:

Defined Under Namespace

Modules: Slot, Slots

Constant Summary collapse

MAJOR =
0
MINOR =
1
TINY =
2
VERSION =
[MAJOR, MINOR, TINY].join(".")