Method: Prism::IntegerNode#compact_child_nodes

Defined in:
lib/prism/node.rb

#compact_child_nodesObject

def compact_child_nodes: () -> Array


9280
9281
9282
# File 'lib/prism/node.rb', line 9280

def compact_child_nodes
  []
end