Method: Nmap::OS#matches
- Defined in:
- lib/nmap/os.rb
#matches ⇒ Array<OSMatch>
Parses the OS match information.
89 90 91 |
# File 'lib/nmap/os.rb', line 89 def matches each_match.to_a end |
Parses the OS match information.
89 90 91 |
# File 'lib/nmap/os.rb', line 89 def matches each_match.to_a end |