Class: Gem::Platform
- Inherits:
-
Object
- Object
- Gem::Platform
- Defined in:
- lib/bundler/rubygems_ext.rb
Constant Summary collapse
- JAVA =
Gem::Platform.new("java")
- MSWIN =
Gem::Platform.new("mswin32")
- MSWIN64 =
Gem::Platform.new("mswin64")
- MINGW =
Gem::Platform.new("x86-mingw32")
- X64_MINGW =
Gem::Platform.new("x64-mingw32")
Instance Method Summary collapse
Instance Method Details
#hash ⇒ Object
141 142 143 |
# File 'lib/bundler/rubygems_ext.rb', line 141 def hash @cpu.hash ^ @os.hash ^ @version.hash end |