# File lib/riddle/query/select.rb, line 57
  def where_not_all(filters = {})
    @where_not_alls.merge!(filters)
    self
  end