# File lib/countries/data.rb, line 9
    def initialize(alpha2)
      @alpha2 = alpha2.to_s.upcase
    end