class GenerateLotto::Drawing

Public Instance Methods

draw() click to toggle source
# File lib/generate_lotto/drawing.rb, line 5
def draw
        (0..60).to_a.sample(GenerateLotto.configuration.count)
end