class ISO3166::Data

def synchronized(&)

def synchronized(&)
  @mutex.synchronize(&)
end