module Countries
module ISO3166
class Country
class ISO3166::Country
countries
0.11.1
# all
def all(&blk) blk ||= proc { |country, data| [data['name'], country] } Data.map &blk end