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