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: c3d7f7b313d0c043796b9bd933c63f0c480bd02a (
plain
)
1
2
3
4
5
6
module Leaguer class PairingAlgorithm def self.pair(matches, players) end end end