Module: RBS::AST::Members::Var
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Included In: | |
| Defined in: | lib/rbs/ast/members.rb | 
Instance Attribute Summary
Instance Method Summary
Instance Attribute Details
#comment (readonly)
[ GitHub ]# File 'lib/rbs/ast/members.rb', line 123
attr_reader :comment
#location (readonly)
[ GitHub ]# File 'lib/rbs/ast/members.rb', line 122
attr_reader :location
#name (readonly)
[ GitHub ]# File 'lib/rbs/ast/members.rb', line 120
attr_reader :name
#type (readonly)
[ GitHub ]# File 'lib/rbs/ast/members.rb', line 121
attr_reader :type
Instance Method Details
#==(other) Also known as: #eql?
[ GitHub ]#eql?(other)
[ GitHub ]# File 'lib/rbs/ast/members.rb', line 136
alias eql? ==