class Rake::CompilerConfig

def initialize(config_path)

def initialize(config_path)
  require "yaml"
  @config = YAML.load_file(config_path)
end