class RuboCop::AST::ArgNode

def name

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