Arel::TreeManager
# File lib/arel/delete_manager.rb, line 3 3: def initialize engine 4: super 5: @ast = Nodes::DeleteStatement.new 6: @ctx = @ast 7: end
# File lib/arel/delete_manager.rb, line 9 9: def from relation 10: @ast.relation = relation 11: self 12: end
# File lib/arel/delete_manager.rb, line 14 14: def wheres= list 15: @ast.wheres = list 16: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.