class Gem::Platform

def hash

def hash
  @cpu.hash ^ @os.hash ^ @version.hash
end