Arel::Nodes::Node
# File lib/arel/nodes/update_statement.rb, line 7 7: def initialize 8: @relation = nil 9: @wheres = [] 10: @values = [] 11: @orders = [] 12: @limit = nil 13: @key = nil 14: end
# File lib/arel/nodes/update_statement.rb, line 16 16: def initialize_copy other 17: super 18: @wheres = @wheres.clone 19: @values = @values.clone 20: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.