class RuboCop::AST::AliasNode

def old_identifier

Returns:
  • (SymbolNode) - the old identifier
def old_identifier
  node_parts[1]
end