# File lib/active_utils/country.rb, line 326
    def uses_postal_codes?
      !COUNTRIES_THAT_DO_NOT_USE_POSTALCODES.include?(code(:alpha2).value)
    end