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