Class: Gem::Platform
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
156 157 158 |
# File 'lib/bundler/rubygems_ext.rb', line 156 def hash @cpu.hash ^ @os.hash ^ @version.hash end |