123456789_123456789_123456789_123456789_123456789_

Class: Gem::Platform

Relationships & Source Files
Inherits: Object
Defined in: lib/bundler/rubygems_ext.rb

Constant Summary

Instance Method Summary

Instance Method Details

#eql?

[ GitHub ]

  
# File 'lib/bundler/rubygems_ext.rb', line 146

alias_method :eql?, :==

#hash

[ GitHub ]

  
# File 'lib/bundler/rubygems_ext.rb', line 141

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