# File lib/nmap/parser.rb, line 623 def udp_port(portnum) # :yields: port port = @udpPorts[portnum.to_i] yield port if block_given? port end