# File lib/kaminari/models/page_scope_methods.rb, line 69
    def out_of_range?
      current_page > total_pages
    end