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