Class: RBS::Definition::Ancestor::Instance
| Relationships & Source Files | |
| Inherits: | Object | 
| Defined in: | lib/rbs/definition.rb | 
Class Method Summary
- .new(name:, args:, source:) ⇒ Instance constructor
Instance Attribute Summary
Instance Method Summary
- #==(other) (also: #eql?)
- 
    
      #eql?(other)  
    
    Alias for #==. 
- #hash
Constructor Details
    .new(name:, args:, source:)  ⇒ Instance 
  
Instance Attribute Details
#args (readonly)
[ GitHub ]#name (readonly)
[ GitHub ]#source (readonly)
[ GitHub ]Instance Method Details
#==(other) Also known as: #eql?
[ GitHub ]#eql?(other)
Alias for #==.
# File 'lib/rbs/definition.rb', line 203
alias eql? ==