# File lib/will_paginate/per_page.rb, line 11 def self.extended(base) base.extend Inheritance if base.is_a? Class end
# File lib/will_paginate/per_page.rb, line 3 def per_page defined?(@per_page) ? @per_page : WillPaginate.per_page end
# File lib/will_paginate/per_page.rb, line 7 def per_page=(limit) @per_page = limit.to_i end
[Validate]
Generated with the Darkfish Rdoc Generator 2.