class ISO3166::Country

def initialize(country_data)

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

def initialize: ((Hash | String) country_data) -> void

This signature was generated using 224 samples from 2 applications.

def initialize(country_data)
  @country_data_or_code = country_data
  reload
end