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