Add Ruby routines for generating the tournament table.

This commit is contained in:
vonavi
2013-10-04 23:16:33 +03:00
parent 887bd4e2b2
commit e622b8a4b3
3 changed files with 127 additions and 0 deletions

4
lib/lorchess.rb Normal file
View File

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