class Sources::Local::Subdivision

def save(data)

def save(data)
  File.write(file_path, data.to_yaml)
rescue StandardError
  puts "failed to read #{file}: #{$ERROR_INFO}"
end