# File lib/countries/country.rb, line 42
    def hash
      [alpha2, alpha3].hash
    end