index
:
leaguer
clean
css-rewrite
master
mirror of https://github.com/LukeShu/leaguer.git
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pairing
/
PairingAlgorithm.rb
blob: 81e4df64405a795963a339258ff9686701843226 (
plain
)
1
2
3
4
5
6
module Pairing class PairingAlgorithm def self.pair(matches, players) end end end