# File lib/ramaze/helper/pager.rb, line 177
  def each_with_index(&block)
    @page_items.each_with_index(&block)
  end