# File lib/arel/nodes/update_statement.rb, line 7 def initialize @relation = nil @wheres = [] @values = [] @orders = [] @limit = nil @key = nil end