# File lib/arel/nodes/delete_statement.rb, line 11
      def initialize_copy other
        super
        @wheres = @wheres.clone
      end