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