Sha256: a371f7f2b8e25278aff99f2ba0cff0f8bf1e3fa8ed02c29749ce116e39faf14c
Contents?: true
Size: 294 Bytes
Versions: 6
Compression:
Stored size: 294 Bytes
Contents
# :enddoc: chess_icu_files = Array.new chess_icu_files.concat %w{util name federation} chess_icu_files.concat %w{player result tournament} chess_icu_files.concat %w{fcsv krause}.map{ |f| "tournament_#{f}"} dir = File.dirname(__FILE__) chess_icu_files.each { |file| require "#{dir}/#{file}" }
Version data entries
6 entries across 6 versions & 1 rubygems