# File lib/ast/node.rb, line 166
    def concat(array)
      updated(nil, @children + array.to_a)
    end