module GenerateLotto::Helper

Public Instance Methods

generate_lotto_drawing() click to toggle source
# File lib/generate_lotto/helper.rb, line 5
def generate_lotto_drawing
  GenerateLotto::Drawing.new.draw
end