# File lib/gh/pagination.rb, line 10 def each(&block) return enum_for(:each) unless block @page.each(&block) next_page.each(&block) end