class Nmap::XML::Hop
Represents a hop in a traceroute.
@since 1.0.0
Public Instance Methods
to_s()
click to toggle source
Converts the hop to a String.
@return [String]
The IP address of the hop.
# File lib/nmap/xml/hop.rb, line 16 def to_s self.addr.to_s end