# File lib/arel/select_manager.rb, line 189
    def except other
      Nodes::Except.new ast, other.ast
    end