Method: Nmap::XML#doc
- Defined in:
- lib/nmap/xml.rb
permalink #doc ⇒ Nokogiri::XML (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The parsed XML document.
26 27 28 |
# File 'lib/nmap/xml.rb', line 26 def doc @doc end |