# File lib/arel/tree_manager.rb, line 26
    def initialize_copy other
      super
      @ast = @ast.clone
    end