# File lib/kaminari/helpers/paginator.rb, line 145
        def prev?
          @page == @options[:current_page] - 1
        end