Class: Gem::Source::ContentAddressableInfo
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Struct
|
|
|
Instance Chain:
self,
Struct
|
|
| Inherits: |
Struct
|
| Defined in: | lib/rubygems/source.rb |
Overview
Instance Attribute Summary
Instance Method Summary
-
#==(other)
Alias for #eql?.
- #eql?(other) ⇒ Boolean (also: #==)
- #hash
Instance Attribute Details
#platform (rw)
#ruby_abi (rw)
#suffix (rw)
#version (rw)
Instance Method Details
#==(other)
Alias for #eql?.
# File 'lib/rubygems/source.rb', line 36
alias_method :==, :eql?