Method: Prism::AliasMethodNode#compact_child_nodes
- Defined in:
- lib/prism/node.rb
#compact_child_nodes ⇒ Object
def compact_child_nodes: () -> Array
351 352 353 |
# File 'lib/prism/node.rb', line 351 def compact_child_nodes [new_name, old_name] end |