Class: RBS::AST::Declarations::Class::Super
| Relationships & Source Files | |
| Inherits: | Object | 
| Defined in: | lib/rbs/ast/declarations.rb | 
Class Method Summary
- .new(name:, args:, location:) ⇒ Super constructor
Instance Attribute Summary
Instance Method Summary
- #==(other) (also: #eql?)
- 
    
      #eql?(other)  
    
    Alias for #==. 
- #hash
- #to_json(state = _ = nil)
Constructor Details
    .new(name:, args:, location:)  ⇒ Super 
  
Instance Attribute Details
#args (readonly)
[ GitHub ]# File 'lib/rbs/ast/declarations.rb', line 58
attr_reader :args
#location (readonly)
[ GitHub ]# File 'lib/rbs/ast/declarations.rb', line 59
attr_reader :location
#name (readonly)
[ GitHub ]# File 'lib/rbs/ast/declarations.rb', line 57
attr_reader :name
Instance Method Details
#==(other) Also known as: #eql?
[ GitHub ]#eql?(other)
Alias for #==.
# File 'lib/rbs/ast/declarations.rb', line 71
alias eql? ==