class Arel::SelectManager

def having(expr)

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