Sha256: 79dbb0c46dec8663aad1d2266d274387704c68ca45a468bd314f55d79a28cf2e

Contents?: true

Size: 299 Bytes

Versions: 11

Compression:

Stored size: 299 Bytes

Contents

# :enddoc:

chess_icu_files = Array.new
chess_icu_files.concat %w{util name federation}
chess_icu_files.concat %w{player result team 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

11 entries across 11 versions & 1 rubygems

Version Path
sanichi-chess_icu-0.4.0 lib/chess_icu.rb
sanichi-chess_icu-0.4.1 lib/chess_icu.rb
sanichi-chess_icu-0.4.10 lib/chess_icu.rb
sanichi-chess_icu-0.4.2 lib/chess_icu.rb
sanichi-chess_icu-0.4.3 lib/chess_icu.rb
sanichi-chess_icu-0.4.4 lib/chess_icu.rb
sanichi-chess_icu-0.4.5 lib/chess_icu.rb
sanichi-chess_icu-0.4.6 lib/chess_icu.rb
sanichi-chess_icu-0.4.7 lib/chess_icu.rb
sanichi-chess_icu-0.4.8 lib/chess_icu.rb
sanichi-chess_icu-0.4.9 lib/chess_icu.rb