module Olympic::Bracket

Constants

BRACKETS

Public Class Methods

for(name, tournament, teams) click to toggle source
# File lib/olympic/bracket.rb, line 15
def self.for(name, tournament, teams)
  BRACKETS.fetch(name).new(tournament, teams)
end