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