class ISO3166::Data

def initialize(alpha2)

def initialize(alpha2)
  @alpha2 = alpha2.to_s.upcase
end