summaryrefslogtreecommitdiff
path: root/lib/pairing
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-22 19:12:31 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-22 19:12:31 -0400
commit3e86ffe1113a096541ea94567bffee79368fb863 (patch)
tree7e531c0fa074f744fc21dbc06b38de6b0cae5efe /lib/pairing
parent42aa0fe7fdfc51f79cda90c4d71621a797995a6c (diff)
Added Pairing Algorithms
Diffstat (limited to 'lib/pairing')
-rw-r--r--lib/pairing/PairingAlgorithm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pairing/PairingAlgorithm.rb b/lib/pairing/PairingAlgorithm.rb
index c3d7f7b..81e4df6 100644
--- a/lib/pairing/PairingAlgorithm.rb
+++ b/lib/pairing/PairingAlgorithm.rb
@@ -1,4 +1,4 @@
-module Leaguer
+module Pairing
class PairingAlgorithm
def self.pair(matches, players)
end