FlisolSort
Participant random picker for give aways.
Installation
Add this line to your application's Gemfile:
gem 'flisol_sort'
And then execute:
$ bundle
Or install it yourself as:
$ gem install flisol_sort
Usage
require 'flisol_sort'
sorter = FlisolSort::Sorteador.new '/Users/brennovich/Desktop/participants.csv', ['Nome', 'Sobrenome']
sorter.lucky_guy
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request