index
:
mirror/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: 778e2ae1f76b78e6314afda02bd7fd1ed35e95d9 (
plain
)
1
2
3
4
5
6
module Leaguer class PairingAlgorithm def pair(matches, players) end end end