class Arel::SelectManager

def except(other)

def except(other)
  Nodes::Except.new ast, other.ast
end