# File lib/countries/country.rb, line 19
    def initialize(country_data)
      @country_data_or_code = country_data
      reload
    end