index
:
leaguer
clean
css-rewrite
master
mirror of https://github.com/LukeShu/leaguer.git
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
scoring
/
ScoringAlgorithm.rb
blob: f2afa6feaff577641d2ed318abef56b3a68fc195 (
plain
)
1
2
3
4
5
6
module Scoring class ScoringAlgorithm def self.score(match, interface) end end end