# File lib/will_paginate/per_page.rb, line 7
    def per_page=(limit)
      @per_page = limit.to_i
    end