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