class RuboCop::AST::NodePattern::Node

def child

Experimental RBS support (using type sampling data from the type_fusion project).

def child: () -> Symbol

This signature was generated using 1 sample from 1 application.

Returns:
  • (Node) - most nodes have only one child
def child
  children[0]
end