Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattetti/sdruby-raffle

Tiny Ruby gem to pick raffle winners
https://github.com/mattetti/sdruby-raffle

Last synced: about 11 hours ago
JSON representation

Tiny Ruby gem to pick raffle winners

Awesome Lists containing this project

README

        

SDruby Raffle Gem
=================

Usage:
------

require 'lib/raffle'

>> raffle.participants
=> ["Patrick", "Ryan", "Jordan", "Tom", "Chris", "Rob", "Sam", "Matt"]

>> raffle.pick_a_winner
=> "Tom"

>> raffle.participants
=> ["Patrick", "Ryan", "Jordan", "Chris", "Rob", "Sam", "Matt"]

(note that tom has been removed from the participants list)

use #teasing_mode to go though the entire list of losers before giving away the winner's name