Method: Bcpm::Dist.conf_file

Defined in:
lib/bcpm/dist.rb

.conf_fileObject

Path to the battlecode simulator configuration file.



84
85
86
# File 'lib/bcpm/dist.rb', line 84

def self.conf_file
  File.join dist_path, 'bc.conf'
end