# File lib/plucky/pagination/paginator.rb, line 30
      def next_page
        @current_page < total_pages ? (@current_page + 1) : nil
      end