class RuboCop::AST::Node

def node_parts

Returns:
  • (Array) - the different parts of the ndde
def node_parts
  to_a
end