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