Method: YARP::ModuleNode#child_nodes
- Defined in:
- lib/yarp/node.rb
#child_nodes ⇒ Object 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 |