# File lib/puppet/parser/ast/astarray.rb, line 13
13:         def [](index)
14:             @children[index]
15:         end