Method: SyntaxTree::ARef#child_nodes

Defined in:
lib/syntax_tree.rb

#child_nodesObject



862
863
864
# File 'lib/syntax_tree.rb', line 862

def child_nodes
  [collection, index]
end