# File lib/action_controller/pagination.rb, line 326 def next if last? then nil else Page.new(@paginator, @number + 1) end end