module Github::Pagination
def each_page
Iterator like each for response pages. If there are no pages to
def each_page yield self while page_iterator.next? yield next_page end end
def each_page yield self while page_iterator.next? yield next_page end end