Object
Holds information for an individual OS match record
Accuracy of this match
Operating System name
# File lib/nmap/parser.rb, line 1467 def initialize(os) parse(os) end
Compares accuracy
# File lib/nmap/parser.rb, line 1461 def <=>(osmatch) @accuracy <=> osmatch.accuracy end
[Validate]
Generated with the Darkfish Rdoc Generator 2.