class Pumi::DataSource::NCDD
def load_data!(source_dir: "tmp", output_dir: "data")
def load_data!(source_dir: "tmp", output_dir: "data") source_files(source_dir).each do |file| parse_source_file(file) end write_data!(output_dir) end
def load_data!(source_dir: "tmp", output_dir: "data") source_files(source_dir).each do |file| parse_source_file(file) end write_data!(output_dir) end