method

children

ruby latest stable - Class: RubyVM::AbstractSyntaxTree::Node

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

children()
public

Returns AST nodes under this one. Each kind of node has different children, depending on what kind of node it is.

The returned array may contain other nodes or nil.