# File lib/kaminari/helpers/paginator.rb, line 150
        def next?
          @page == @options[:current_page] + 1
        end