# File lib/nmap/parser.rb, line 1105
        def hops
                @hops.each { |hop| yield hop } if block_given?

                @hops
        end