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