Class: Gem::Platform
| Relationships & Source Files | |
| Inherits: | Object | 
| Defined in: | lib/bundler/rubygems_ext.rb | 
Constant Summary
- 
    JAVA =
    
 # File 'lib/bundler/rubygems_ext.rb', line 190Gem::Platform.new("java") 
- 
    MINGW =
    
 # File 'lib/bundler/rubygems_ext.rb', line 193Gem::Platform.new("x86-mingw32") 
- 
    MSWIN =
    
 # File 'lib/bundler/rubygems_ext.rb', line 191Gem::Platform.new("mswin32") 
- 
    MSWIN64 =
    
 # File 'lib/bundler/rubygems_ext.rb', line 192Gem::Platform.new("mswin64") 
- 
    X64_MINGW =
    
 # File 'lib/bundler/rubygems_ext.rb', line 194Gem::Platform.new("x64-mingw32") 
Instance Method Summary
Instance Method Details
#eql?
[ GitHub ]# File 'lib/bundler/rubygems_ext.rb', line 202
alias_method :eql?, :==
#hash
[ GitHub ]# File 'lib/bundler/rubygems_ext.rb', line 197
def hash @cpu.hash ^ @os.hash ^ @version.hash end