module Github::Result

def has_next_page?

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