Class: Gem::Platform

Inherits:
Object show all
Defined in:
lib/bundler/rubygems_ext.rb

Constant Summary collapse

JAVA =
Gem::Platform.new('java')
MSWIN =
Gem::Platform.new('mswin32')
MINGW =
Gem::Platform.new('x86-mingw32')

Instance Method Summary collapse

Instance Method Details

#hashObject



156
157
158
# File 'lib/bundler/rubygems_ext.rb', line 156

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