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