# File lib/twitter/search.rb, line 430
    def next_page?
      fetch if @cache.nil?
      !!@cache["next_page"]
    end