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 1320 def <=>(extraports) @count <=> extraports.count end
Returns an array of arrays, each of which are in the form of:
[ port count, reason ]
for each set of reasons and yields them each to a block if one is given
# File lib/nmap/parser.rb, line 1314 def reasons @reasons.each { |reason| yield reason } if block_given? @reasons end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.