Method: Nmap::XML#each

Defined in:
lib/nmap/xml.rb

#each(&block) ⇒ Object

Parses the hosts that were found to be up during the scan.

See Also:



417
418
419
# File 'lib/nmap/xml.rb', line 417

def each(&block)
  each_up_host(&block)
end