# File lib/arel/delete_manager.rb, line 13
    def where expression
      @ast.wheres << expression
      self
    end