class ISO3166::Country

def hash

def hash
  [alpha2, alpha3].hash
end