The OS family.
Returns:
46 47 48
# File 'lib/nmap/os_class.rb', line 46 def family @family ||= @node.get_attribute('osfamily').to_sym end