Object
# File lib/arel/nodes/delete_statement.rb, line 6 6: def initialize 7: @from = nil 8: @wheres = [] 9: end
# File lib/arel/nodes/delete_statement.rb, line 11 11: def initialize_copy other 12: super 13: @wheres = @wheres.clone 14: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.