# File lib/twitter/search.rb, line 41
    def hashed(tag)
      @query[:q] << "##{tag}"
      self
    end