class SysInfo

def platform

e.g. java-unix-osx-x86_64
Returns a String of the full platform descriptor in the format: VM-OS-IMPL-ARCH
def platform
  "#{@vm}-#{@os}-#{@impl}-#{@arch}"
end