class ISO3166::Data

def reset

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

def reset: () -> Array[]

This signature was generated using 1 sample from 1 application.

Resets the loaded data and cache
def reset
  @cache = {}
  @subdivisions = {}
  @registered_data = {}
  ISO3166.configuration.loaded_locales = []
end