# File lib/nmap/parser.rb, line 1099
        def hop(ttl)
                @hops.find { |hop| hop.ttl == ttl.to_i }
        end