# File lib/nmap/parser.rb, line 1244
        def osmatches
                @osmatches.each { |osmatch| yield osmatch } if block_given?

                @osmatches
        end