# File lib/kaminari/helpers/paginator.rb, line 38 def render(&block) instance_eval(&block) if @options[:total_pages] > 1 @output_buffer end