# File lib/ramaze/helper/paginate.rb, line 213 def next_page page_count == @page ? nil : @page + 1 end