class Gem::Platform

Constants

JAVA
MINGW
MSWIN
MSWIN64
X64_MINGW

Public Instance Methods

hash() click to toggle source
# File bundler/rubygems_ext.rb, line 141
def hash
  @cpu.hash ^ @os.hash ^ @version.hash
end