# File lib/twitter/search.rb, line 61
    def containing(query)
      @query[:q] << query
      self
    end