class ISO3166::Data

def initialize(alpha2)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (String alpha2) -> void

This signature was generated using 20 samples from 1 application.

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