# File lib/ramaze/helper/pager.rb, line 164
  def next_page
    [@page + 1, @page_count].min
  end