# File lib/kaminari/helpers/paginator.rb, line 130
        def current?
          @page == @options[:current_page]
        end