Add Ruby routines for generating the tournament table.
This commit is contained in:
4
lib/lorchess.rb
Normal file
4
lib/lorchess.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
$:.unshift File.dirname(__FILE__) # for use/testing when no gem is installed
|
||||
|
||||
# Internal requires
|
||||
require 'lorchess/tournament_table.rb'
|
Reference in New Issue
Block a user