# File lib/will_paginate/per_page.rb, line 11
    def self.extended(base)
      base.extend Inheritance if base.is_a? Class
    end