class ISO3166::Data

def internal_codes

Experimental RBS support (using type sampling data from the type_fusion project).

def internal_codes: () -> Array[String]

This signature was generated using 29 samples from 1 application.

Codes that we have translations for in dataset
def internal_codes
  @loaded_country_codes - @registered_data.keys
end