class Comet::OSInfo

def clear

def clear
  @version = ''
  @distribution = ''
  @build = ''
  @os = ''
  @arch = ''
  @unknown_json_fields = {}
end