# File lib/kaminari/models/page_scope_methods.rb, line 49
    def next_page
      current_page + 1 unless last_page?
    end