# File lib/nmap/parser.rb, line 1002 def scripts @scripts.each { |script| yield script } if block_given? @scripts end