class RBS::Definition::Ancestor::Instance
Attributes
source
[R]
source
Public Class Methods
Public Instance Methods
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/definition.rb, line 219 def ==(other) other.is_a?(Instance) && other.name == name && other.args == args end
Also aliased as: eql?
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/definition.rb, line 225 def hash self.class.hash ^ name.hash ^ args.hash end