# File lib/nmap/parser.rb, line 519
        def all_hostnames
                @hostnames.each { |hostname| yield hostname } if block_given?

                @hostnames
        end