# File rbs-1.0.4/lib/rbs/ast/declarations.rb, line 227 def ==(other) other.is_a?(Self) && other.name == name && other.args == args end
# File rbs-1.0.4/lib/rbs/ast/declarations.rb, line 233 def hash self.class.hash ^ name.hash ^ args.hash ^ location.hash end