module RBS::AST::Members::LocationOnly
Attributes
Public Class Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/ast/members.rb, line 368 def initialize(location:) @location = location end
Public Instance Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/ast/members.rb, line 372 def ==(other) other.is_a?(self.class) end
Also aliased as: eql?
Source
# File bundled-src/rbs-3.10.0/lib/rbs/ast/members.rb, line 378 def hash self.class.hash end