Class: MegaLotto::Drawing

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

Instance Method Summary collapse

Instance Method Details

#drawObject



3
4
5
# File 'lib/mega_lotto_jb/drawing.rb', line 3

def draw
  5.times.map { single_draw }
end

#single_drawObject



7
8
9
# File 'lib/mega_lotto_jb/drawing.rb', line 7

def single_draw
  rand(0...60)
end