Method: Nmap::OS#matches

Defined in:
lib/nmap/os.rb

#matchesArray<OSMatch>

Parses the OS match information.

Returns:

  • (Array<OSMatch>)

    The OS match information.



89
90
91
# File 'lib/nmap/os.rb', line 89

def matches
  each_match.to_a
end