# File lib/nmap/parser.rb, line 1009 def script_output(name) @scripts.each do |script| return script.output if script.id == name end nil end