Class: MegaLotto::Drawing

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

Instance Method Summary collapse

Instance Method Details

#drawObject



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

def draw
  6.times.map { single_draw }
end