Replace class 'TournamentTable' by 'RoundRobinTable'.

This commit is contained in:
vonavi
2013-11-23 10:53:38 +02:00
parent 500b412d4e
commit cfa7e19617
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
$:.unshift File.dirname(__FILE__) # for use/testing when no gem is installed
# Internal requires
require 'lorchess/tournament_table.rb'
require 'lorchess/round_robin_table.rb'