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