# File lib/plucky/pagination/paginator.rb, line 20
      def out_of_bounds?
        @current_page > total_pages
      end