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')
- MINGW =
Gem::Platform.new('x86-mingw32')
Instance Method Summary collapse
Instance Method Details
#hash ⇒ Object
126 127 128 |
# File 'lib/bundler/rubygems_ext.rb', line 126 def hash @cpu.hash ^ @os.hash ^ @version.hash end |