# File lib/thinking_sphinx/rails_additions.rb, line 10
    def except!(*keys)
      replace(except(*keys))
    end