class RDoc::Parser::PrismRuby::RDocVisitor

def _visit_call_alias_method(call_node)

def _visit_call_alias_method(call_node)
  new_name, old_name, *rest = symbol_arguments(call_node)
  return unless old_name && new_name && rest.empty?
  @scanner.add_alias_method(old_name.to_s, new_name.to_s, call_node.location.start_line)
end