diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-22 18:17:47 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-22 18:17:47 -0400 |
commit | 7f452e8d99a86af2e3dc2f743158951092aedeb7 (patch) | |
tree | 103f3cb57b05c5a580c3a5152a2a97f5a8070d1e /lib/pairing | |
parent | 7fe1f6a809d68648bede431b84692bf7d8bb0c01 (diff) | |
parent | 7deb9c1c7acadf9a5b638313f51ba9dc60624672 (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'lib/pairing')
-rw-r--r-- | lib/pairing/PairingAlgorithm.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/pairing/PairingAlgorithm.rb b/lib/pairing/PairingAlgorithm.rb new file mode 100644 index 0000000..c3d7f7b --- /dev/null +++ b/lib/pairing/PairingAlgorithm.rb @@ -0,0 +1,6 @@ +module Leaguer + class PairingAlgorithm + def self.pair(matches, players) + end + end +end |