# File lib/nmap/parser.rb, line 996 def script(name) @scripts.find { |script| script.id == name } end