# File lib/will_paginate/sequel.rb, line 28
    def out_of_bounds?
      current_page > total_pages
    end