# File lib/will_paginate/collection.rb, line 25 def next_page current_page < total_pages ? (current_page + 1) : nil end