module Github::Pagination

def has_next_page?

otherwise false
Returns true if there is another page in the result set,
def has_next_page?
  page_iterator.next?
end