This holds the information about "extra ports": groups of ports which have the same state.
Compares the port counts
# File lib/nmap/parser.rb, line 1066 def <=>(extraports) @count <=> extraports.count end
Returns an array of arrays, each of which are in the form of:
for each set of reasons, and passes them each to a block if one is given
# File lib/nmap/parser.rb, line 1059 def reasons @reasons.each { |reason| yield reason } if block_given? @reasons end
Generated with the Darkfish Rdoc Generator 2.