# File lib/kaminari/models/page_scope_methods.rb, line 64
    def last_page?
      current_page >= total_pages
    end