class Arel::DeleteManager

def having(expr)

def having(expr)
  @ast.havings << expr
  self
end