# File lib/twitter/search.rb, line 77
    def clear
      @query = {}
      @query[:q] = []
      self
    end