# File lib/will_paginate/view_helpers/link_renderer_base.rb, line 10
      def prepare(collection, options)
        @collection = collection
        @options    = options

        # reset values in case we're re-using this instance
        @total_pages = nil
      end