module PairingShuffler

Constants

VERSION

Public Class Methods

shuffle(config) click to toggle source
# File lib/pairing_shuffler.rb, line 6
def self.shuffle(config)
  Shuffler.new(config).send_emails
end