method
children
v2_6_3 -
Show latest stable
- Class:
RubyVM::AbstractSyntaxTree::Node
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.