Method: Prism::InterpolatedStringNode#compact_child_nodes
- Defined in:
- lib/prism/node.rb
#compact_child_nodes ⇒ Object
def compact_child_nodes: () -> Array
10843 10844 10845 |
# File 'lib/prism/node.rb', line 10843 def compact_child_nodes [*parts] end |