28
# File 'lib/fifa/country_index.rb', line 28 def each( &blk ) @countries.each { |country| blk.call( country ) }; end