diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-22 17:43:02 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-22 17:43:02 -0400 |
commit | 27ed02ceaafe466307fc5a5d584aa329ea147be5 (patch) | |
tree | 0a54bb2c9c8cfb7d82eeea8cf4fca9283e0b27d5 /lib/pairing | |
parent | bb53f8ac2ab52301b32fe65ddc10a32f6bc730e8 (diff) | |
parent | 42aa0fe7fdfc51f79cda90c4d71621a797995a6c (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 |