Class: ThliasMegaLotto::Drawing

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

Instance Method Summary collapse

Instance Method Details

#drawObject



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

def draw
  6.times.map{single_draw}
end

#draw_moreObject



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

def draw_more
  8.times.map{single_draw}
end