# File lib/arel/nodes/update_statement.rb, line 16 def initialize_copy other super @wheres = @wheres.clone @values = @values.clone end