summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-22 17:41:11 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-22 17:41:11 -0400
commit42aa0fe7fdfc51f79cda90c4d71621a797995a6c (patch)
treef31063984115cdb894ceb7163e920c3deb45dcdf /lib
parent241fced528cecfc4c181c24b3563d56d81bf44a9 (diff)
Did a thing
Diffstat (limited to 'lib')
-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 778e2ae..c3d7f7b 100644
--- a/lib/pairing/PairingAlgorithm.rb
+++ b/lib/pairing/PairingAlgorithm.rb
@@ -1,6 +1,6 @@
module Leaguer
class PairingAlgorithm
- def pair(matches, players)
+ def self.pair(matches, players)
end
end
end