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

Version Path
sanichi-chess_icu-0.3.0 lib/chess_icu.rb
sanichi-chess_icu-0.3.1 lib/chess_icu.rb
sanichi-chess_icu-0.3.2 lib/chess_icu.rb
sanichi-chess_icu-0.3.3 lib/chess_icu.rb
sanichi-chess_icu-0.3.4 lib/chess_icu.rb
sanichi-chess_icu-0.3.5 lib/chess_icu.rb