class Nmap::XML::Scanner

Describes the ‘nmap` command.

@since 1.0.0

Public Instance Methods

to_s() click to toggle source

Converts the scanner to a String.

@return [String]

The scanner name and arguments.
# File lib/nmap/xml/scanner.rb, line 16
def to_s
  "#{self.name} #{self.arguments}"
end