# File lib/webby/stelan/paginator.rb, line 58 def each 1.upto(number_of_pages) do |number| yield page(number) end end