lib/smega_loto/drawing.rb in smega_loto-0.1.0 vs lib/smega_loto/drawing.rb in smega_loto-0.1.1
- old
+ new
@@ -1,8 +1,8 @@
module SmegaLoto
class Drawing
def draw
- 6.times.map { single_draw }
+ 5.times.map { single_draw }
end
private
def single_draw
\ No newline at end of file