class Sources::Local::Subdivision
def save(data)
def save(data) File.open(file_path, 'w') { |f| f.write data.to_yaml } rescue puts "failed to read #{file}: #{$ERROR_INFO}" end
def save(data) File.open(file_path, 'w') { |f| f.write data.to_yaml } rescue puts "failed to read #{file}: #{$ERROR_INFO}" end