# File lib/will_paginate/collection.rb, line 85
    def self.create(page, per_page, total = nil, &block)
      pager = new(page, per_page, total)
      yield pager
      pager
    end