Method: Nmap::XML#host
- Defined in:
- lib/nmap/xml.rb
permalink #host ⇒ Host
Returns the first host.
328 329 330 |
# File 'lib/nmap/xml.rb', line 328 def host each_host.first end |
Returns the first host.
328 329 330 |
# File 'lib/nmap/xml.rb', line 328 def host each_host.first end |