# File lib/twitter/search.rb, line 89
    def each
      @result = fetch()
      @result['results'].each { |r| yield r }
    end