Method: RBS::AST::Members::Var#==
- Defined in:
- lib/rbs/ast/members.rb
#==(other) ⇒ Object Also known as: eql?
90 91 92 |
# File 'lib/rbs/ast/members.rb', line 90 def ==(other) other.is_a?(self.class) && other.name == name && other.type == type end |