class ISO3166::Country

def all

def all
  Data.map { |country,data| [data['name'],country] }
end