# File lib/riddle/query/select.rb, line 52
  def where_not(filters = {})
    @where_nots.merge!(filters)
    self
  end