# File lib/kaminari/helpers/paginator.rb, line 67 def page_tag(page) @last = Page.new @template, @options.merge(:page => page) end