# File lib/ast/node.rb, line 175
    def append(element)
      updated(nil, @children + [element])
    end