# File lib/nmap/parser.rb, line 534 def extraports # :yields: extraports @extraports.each { |e| yield e } if block_given? @extraports end