class ISO3166::Data

def datafile_path(file_array)

def datafile_path(file_array)
  File.join([File.dirname(__FILE__)] + file_array)
end