# File lib/puppet/external/dot.rb, line 192
192:         def each_port
193:             @ports.each { |i| yield i }
194:         end