class RBS::AST::Declarations::Class::Super

def ==(other)

def ==(other)
  other.is_a?(Super) && other.name == name && other.args == args
end