# File lib/twitter/search.rb, line 8
    def initialize(q=nil, options={})
      @options = options
      clear
      containing(q) if q && q.strip != ''
    end