class ISO3166::Data

def datafile_path(file_array)

def datafile_path(file_array)
  File.join([@@cache_dir] + file_array)
end