class ISO3166::Country

def valid?

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

def valid?: () -> true

This signature was generated using 2 samples from 1 application.

def valid?
  !(data.nil? || data.empty?)
end