Method: Nmap::XML#tasks
- Defined in:
- lib/nmap/xml.rb
#tasks ⇒ Array<ScanTask>
Parses the tasks of the scan.
241 242 243 |
# File 'lib/nmap/xml.rb', line 241 def tasks each_task.to_a end |
Parses the tasks of the scan.
241 242 243 |
# File 'lib/nmap/xml.rb', line 241 def tasks each_task.to_a end |