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