class ISO3166::Country

def all(&blk)

def all(&blk)
  blk ||= proc { |country, data| [data['name'], country] }
  Data.map &blk
end