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