module ISO3166::CountryFinderMethods
def searchable_attributes
def searchable_attributes # Add name and names until we complete the deprecation of the finders instance_methods - UNSEARCHABLE_METHODS + %i[name names any_name] end
def searchable_attributes # Add name and names until we complete the deprecation of the finders instance_methods - UNSEARCHABLE_METHODS + %i[name names any_name] end