# File lib/kaminari/helpers/paginator.rb, line 140
        def last?
          @page == @options[:total_pages]
        end