From 72c938c505e6c159d824c6d555779fe1a9eba071 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Tue, 22 Apr 2014 17:33:02 -0400 Subject: Added all the folders to lib --- lib/scoring/ScoringAlgorithm.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/scoring/ScoringAlgorithm.rb (limited to 'lib/scoring/ScoringAlgorithm.rb') diff --git a/lib/scoring/ScoringAlgorithm.rb b/lib/scoring/ScoringAlgorithm.rb new file mode 100644 index 0000000..6277da8 --- /dev/null +++ b/lib/scoring/ScoringAlgorithm.rb @@ -0,0 +1,8 @@ +module Leaguer + module Scoring + class ScoringAlgorithm + def self.score(match, interface) + end + end + end +end \ No newline at end of file -- cgit v1.2.3-2-g168b