Method: Nmap::XML::Host#hostnames
- Defined in:
- lib/nmap/xml/host.rb
#hostnames ⇒ Array<Hostname>
Parses the hostnames of the host.
221 222 223 |
# File 'lib/nmap/xml/host.rb', line 221 def hostnames each_hostname.to_a end |
Parses the hostnames of the host.
221 222 223 |
# File 'lib/nmap/xml/host.rb', line 221 def hostnames each_hostname.to_a end |