# File lib/nmap/parser.rb, line 666 def udp_script(portnum, name) port = udp_port(portnum) return nil if port.nil? port.script(name) end