Skip to content

Instantly share code, notes, and snippets.

@etdsoft
Created June 26, 2013 07:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save etdsoft/5865427 to your computer and use it in GitHub Desktop.
$:<< 'lib/'
require 'raffle'
participants = File.read('participants.txt').split
raffle = Raffle.new(participants)
puts "We've got #{raffle.participants.count} participants in the raffle."
puts raffle.pick_a_winner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment