module Olympic::Rating

note:

Match#rating
Match#outcome
Match#derivation

Constants

RATINGS

Public Class Methods

for(name) click to toggle source
# File lib/olympic/rating.rb, line 11
def self.for(name)
  RATINGS.fetch(name)
end