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,5 +1,5 @@
#!/usr/bin/env ruby
require File.expand_path('../lib/lorchess.rb', File.dirname(__FILE__))
table = LORChess::TournamentTable.new
table = LORChess::RoundRobinTable.new
puts table.to_html