Arel::Nodes::Node
# File lib/arel/nodes/update_statement.rb, line 7 def initialize @relation = nil @wheres = [] @values = [] @orders = [] @limit = nil @key = nil end
# File lib/arel/nodes/update_statement.rb, line 16 def initialize_copy other super @wheres = @wheres.clone @values = @values.clone end
[Validate]
Generated with the Darkfish Rdoc Generator 2.