Method: YARP::ModuleNode#child_nodes

Defined in:
lib/yarp/node.rb

#child_nodesObject Also known as: deconstruct

def child_nodes: () -> Array[nil | Node]



7123
7124
7125
# File 'lib/yarp/node.rb', line 7123

def child_nodes
  [constant_path, body]
end