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 134Gem::Platform.new("java")
-
MINGW =
# File 'lib/bundler/rubygems_ext.rb', line 137Gem::Platform.new("x86-mingw32")
-
MSWIN =
# File 'lib/bundler/rubygems_ext.rb', line 135Gem::Platform.new("mswin32")
-
MSWIN64 =
# File 'lib/bundler/rubygems_ext.rb', line 136Gem::Platform.new("mswin64")
-
X64_MINGW =
# File 'lib/bundler/rubygems_ext.rb', line 138Gem::Platform.new("x64-mingw32")
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