# File rbs-2.1.0/lib/rbs/ast/members.rb, line 83 def initialize(name,, type,, location,, comment)) @name = name @type = type @location = location @comment = comment end
# File rbs-2.1.0/lib/rbs/ast/members.rb, line 90 def ==(other) other.is_a?(self.class) && other.name == name && other.type == type end
# File rbs-2.1.0/lib/rbs/ast/members.rb, line 96 def hash self.class.hash ^ name.hash ^ type.hash end
This page was generated for Ruby 3.1.2
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.