# File lib/twitter/search.rb, line 297 def not_mentioning(screen_name) @query[:q] << "-@#{screen_name.gsub('@', '')}" self end