class RuboCop::AST::AliasNode

def new_identifier

Returns:
  • (SymbolNode) - the new identifier
def new_identifier
  node_parts[0]
end