The OS family.
Returns:
Since:
1.0.0
51 52 53
# File 'lib/nmap/xml/os_class.rb', line 51 def family @family ||= @node.get_attribute('osfamily').to_sym end