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