class RuboCop::AST::Procarg0Node

def name

Returns:
  • (Symbol, nil) - the name of the argument
def name
  node_parts[0].name
end