Class: AmmarsMegaLotto::Drawing

Inherits:
Object
  • Object
show all
Defined in:
lib/ammars_mega_lotto/drawing.rb

Constant Summary collapse

NUMBERS =
6

Instance Method Summary collapse

Instance Method Details

#drawObject



5
6
7
# File 'lib/ammars_mega_lotto/drawing.rb', line 5

def draw
  NUMBERS.times.map { single_draw }
end