Method: Prism::AliasMethodNode#child_nodes
- Defined in:
- lib/prism/node.rb
#child_nodes ⇒ Object Also known as: deconstruct
def child_nodes: () -> Array[nil | Node]
346 347 348 |
# File 'lib/prism/node.rb', line 346 def child_nodes [new_name, old_name] end |