# File lib/nmap/parser.rb, line 1281 def ostype(index = 0) return nil if @osclasses.empty? @osclasses[index.to_i].ostype end