# File lib/nmap/parser.rb, line 292 def del_host(hostip) @hosts.delete_if do |host| host.addr == hostip or host.hostname == hostip end end