# File lib/twitter/search.rb, line 78
    def not_containing(query)
      @query[:q] << "-#{query}"
      self
    end